From 9ef10d54da8a878679eb14cc606cfec090fbcaa6 Mon Sep 17 00:00:00 2001 From: Frey Date: Wed, 17 Aug 2022 22:15:24 +0800 Subject: [PATCH] fix tags single page bug --- templates/tags/single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/tags/single.html b/templates/tags/single.html index c8bc0a36..62b7931d 100644 --- a/templates/tags/single.html +++ b/templates/tags/single.html @@ -20,7 +20,7 @@

{{ term.name }}

{%- for year, posts in term.pages | group_by(attribute="year") %}

{{ year }}

- {%- for page in term.pages %} + {%- for page in posts %}

{{ page.title }} -

{%- endfor %} {%- endfor %}