From 5c48acba582158662c13760744e8e6a4d81646dd Mon Sep 17 00:00:00 2001 From: welpo Date: Wed, 8 Feb 2023 14:30:01 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20close=20div=20class"tags-?= =?UTF-8?q?item"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/tags/list.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/tags/list.html b/templates/tags/list.html index e0ec994..b7569c5 100644 --- a/templates/tags/list.html +++ b/templates/tags/list.html @@ -16,6 +16,7 @@ {{ term.name }} ({{ term.pages | length }} post{{ term.pages | length | pluralize }}) + {% endfor %}