diff options
Diffstat (limited to 'templates/taxonomy_single.html')
-rw-r--r-- | templates/taxonomy_single.html | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/templates/taxonomy_single.html b/templates/taxonomy_single.html index 9dbf19f..dec55cc 100644 --- a/templates/taxonomy_single.html +++ b/templates/taxonomy_single.html @@ -9,20 +9,22 @@ {% set pages = term.pages %} {% endif %} <section class="posts"> - <div class="post-title">{{ term.name }}</div> + <div class="post-title term-name term-name-heading"> + #{{ term.name }} + </div> {% for post in pages %} <article class="post"> <div class="post-title"><a href="{{ post.permalink }}" class="post-title-link">{{ post.title }}</a></div> <div class="post-content"> - {{ post.summary | safe }} - <a href="{{ post.permalink }}" class="More">More</a> + {{ 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) }} </article> {% endfor %} -{# {{ paginator.next }} #} + {# {{ paginator.next }} #} </section> {% if paginator %} {% include "paginator.html" %} {% endif %} -{% endblock %} +{% endblock %}
\ No newline at end of file |