Blog: Styling and cleanup

This commit is contained in:
2018-09-14 20:29:56 +02:00
parent 78b186c8e4
commit 0055633732
5 changed files with 23 additions and 37 deletions

View File

@@ -1,8 +1,11 @@
| {% extends 'nodes/custom/blog/index.html' %}
| {% import 'nodes/custom/blog/_macros.html' as blogmacros %}
| {% block project_context %}
#blog_container
#blog_index-container.expand-image-links
| {{ blogmacros.render_archive(project, posts, posts_meta) }}
| {% endblock project_context%}
| {% block body %}
.container
.pt-4
h2.text-uppercase.font-weight-bold
| Blog Archive
| {{ blogmacros.render_archive(project, posts, posts_meta) }}
| {% endblock body %}