Blog: Styling and cleanup
This commit is contained in:
@@ -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 %}
|
||||
|
Reference in New Issue
Block a user