Added blog archive.

May still need some style tweaking.
This commit is contained in:
2017-09-29 17:50:57 +02:00
parent e724c9c2ad
commit 73b50556be
8 changed files with 116 additions and 23 deletions

View File

@@ -0,0 +1,11 @@
| {% extends 'nodes/custom/blog/index_main_project.html' %}
| {% import 'nodes/custom/blog/_macros.html' as blogmacros %}
| {% block body %}
.container.blog-archive
#blog_container.cloud-blog
#blog_index-container.expand-image-links
.blog_index-header
h1 Blog Archive
| {{ blogmacros.render_archive(project, posts, posts_meta) }}
| {% endblock %}