summaryrefslogtreecommitdiff
path: root/templates/taxonomy_single.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/taxonomy_single.html')
-rw-r--r--templates/taxonomy_single.html8
1 files changed, 1 insertions, 7 deletions
diff --git a/templates/taxonomy_single.html b/templates/taxonomy_single.html
index 146753a..9dbf19f 100644
--- a/templates/taxonomy_single.html
+++ b/templates/taxonomy_single.html
@@ -17,13 +17,7 @@
{{ post.summary | safe }}
<a href="{{ post.permalink }}" class="More">More</a>
</div>
- <div class="post-meta">
- {% if config.extra.seje_chinese_date %}
- {{ macros::format_chinese_date(year=post.year, month=post.month, day=post.day) }}
- {% else %}
- {{ post.date|date(format="%Y/%m/%d") }}
- {% endif %}
- </div>
+ {{ macros::post_meta(post=post, chinese_date=config.extra.seje_chinese_date, expand=false) }}
</article>
{% endfor %}
{# {{ paginator.next }} #}