chrismas
This commit is contained in:
@@ -1,9 +1,3 @@
|
||||
{% macro render_post(post) %}
|
||||
<article class="blog-content">
|
||||
{{ post.content | safe }}{% if post.template %} {% include post.template %} {%
|
||||
endif %}
|
||||
</article>
|
||||
|
||||
<hr class="post-divider post-divider-expanded" />
|
||||
|
||||
{% endmacro %}
|
||||
<article class="blog-content">{{ post.content | safe }}</article>
|
||||
{% if post.template %} {% include post.template %} {% endif %} {% endmacro %}
|
||||
|
||||
Reference in New Issue
Block a user