Link to project blog
This commit is contained in:
parent
76a5d9c9e1
commit
29b4ebd09a
@ -86,7 +86,8 @@ script.
|
|||||||
.node-extra
|
.node-extra
|
||||||
| {% if project.nodes_blog %}
|
| {% if project.nodes_blog %}
|
||||||
.node-blog
|
.node-blog
|
||||||
h3 Blog
|
a(href="{{url_for('main.project_blog', project_url=project.url)}}")
|
||||||
|
h3 Blog
|
||||||
ul.node-blog-list
|
ul.node-blog-list
|
||||||
| {% for n in project.nodes_blog %}
|
| {% for n in project.nodes_blog %}
|
||||||
li.node-blog-list-item(data-node_id="{{ n._id }}")
|
li.node-blog-list-item(data-node_id="{{ n._id }}")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user