timeline post

This commit is contained in:
m
2026-03-14 12:47:47 +01:00
parent a273368af2
commit fc96124b76
3 changed files with 7 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
{% macro render_post(post) %}
<article class="blog-content">
{% if post.template %} {% include post.template %} {% endif %} {{ post.content
| safe }}
{{ post.content | safe }}{% if post.template %} {% include post.template %} {%
endif %}
</article>
<hr class="post-divider post-divider-expanded" />