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 %}