summaryrefslogtreecommitdiff
path: root/templates/taxonomy_single.html
diff options
context:
space:
mode:
authorMole Shang <[email protected]>2024-05-05 00:12:46 +0800
committerMole Shang <[email protected]>2024-05-05 00:12:46 +0800
commita0ba466b9e9b3fe02f55f83919210789eae399cb (patch)
tree951418063f1f0f90e7be8a9bbf2d7b004c5ed814 /templates/taxonomy_single.html
parentbfb359b526cb94587a5aaf03dda4d3a539811240 (diff)
downloadSeje2-a0ba466b9e9b3fe02f55f83919210789eae399cb.tar.gz
Seje2-a0ba466b9e9b3fe02f55f83919210789eae399cb.tar.bz2
Seje2-a0ba466b9e9b3fe02f55f83919210789eae399cb.zip
templates/{archive,taxonomy}: refactor and enforce a coherent style
Diffstat (limited to 'templates/taxonomy_single.html')
-rw-r--r--templates/taxonomy_single.html12
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