Blog: cleanup of layout and style

Simpler markup reusing bootstrap 4 classes.
This commit is contained in:
2018-09-06 12:42:37 +02:00
parent d347534fea
commit 1500e20291
7 changed files with 15 additions and 31 deletions

View File

@@ -9,9 +9,7 @@ link(href="{{ url_for('static_pillar', filename='assets/css/blog.css') }}", rel=
| {% endblock %}
| {% block project_context %}
#blog_container
#blog_index-container.expand-image-links
| {{ blogmacros.render_blog_index(project, posts, can_create_blog_posts, api, more_posts_available, posts_meta) }}
| {{ blogmacros.render_blog_index(project, posts, can_create_blog_posts, api, more_posts_available, posts_meta) }}
| {% endblock %}
| {% block project_tree %}