Blog: Unify the looks of blog posts

Now that the render_blog_post macro is shared with the homepage
This commit is contained in:
2017-11-23 16:20:29 +01:00
parent cb7a23bc69
commit eeba87d333
4 changed files with 28 additions and 27 deletions

View File

@@ -29,7 +29,7 @@ link(href="{{ url_for('static_pillar', filename='assets/css/blog.css', v=1732017
| {% for post in posts %}
li.jstree-node
a.jstree-anchor.tree-item.post(
href="{{ url_for_node(node=post) }}")
href="{{ node.url }}")
.tree-item-thumbnail
| {% if post.picture %}
img(src="{{ post.picture.thumbnail('s', api=api) }}")