timeline post
This commit is contained in:
@@ -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" />
|
||||
|
||||
1
templates/components/timeline_post.html
Normal file
1
templates/components/timeline_post.html
Normal file
@@ -0,0 +1 @@
|
||||
{% include "components/timeline.html" %}
|
||||
Reference in New Issue
Block a user