diff options
Diffstat (limited to 'templates/home.html')
| -rw-r--r-- | templates/home.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/templates/home.html b/templates/home.html index 1242955..298c232 100644 --- a/templates/home.html +++ b/templates/home.html @@ -1,7 +1,5 @@ {% extends "base.html" %} -{% import "macros.html" as macros %} - {% block content %} <section class="posts"> {% for post in paginator.pages %} @@ -15,10 +13,10 @@ {{ post.content | safe }} {% endif %} </div> - {{ macros::post_meta(post=post, chinese_date=config.extra.seje_chinese_date, expand=false) }} + {{ <post_meta post={post} chinese_date={config.extra.seje_chinese_date} expand={false} /> }} </article> {% endfor %} {# {{ paginator.next }} #} </section> {% include "paginator.html" %} -{% endblock %}
\ No newline at end of file +{% endblock %} |
