diff options
Diffstat (limited to 'templates/taxonomy_single.html')
| -rw-r--r-- | templates/taxonomy_single.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/templates/taxonomy_single.html b/templates/taxonomy_single.html index dec55cc..98de3d0 100644 --- a/templates/taxonomy_single.html +++ b/templates/taxonomy_single.html @@ -1,7 +1,5 @@ {% extends "base.html" %} -{% import "macros.html" as macros %} - {% block content %} {% if paginator %} {% set pages = paginator.pages %} @@ -19,7 +17,7 @@ {{ post.summary | safe }} <a href="{{ post.permalink }}" class="More">More</a> </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 }} #} @@ -27,4 +25,4 @@ {% if paginator %} {% include "paginator.html" %} {% endif %} -{% endblock %}
\ No newline at end of file +{% endblock %} |
