From 7a63454391736fd64368266f40cab56687999d80 Mon Sep 17 00:00:00 2001 From: welpo Date: Thu, 2 Feb 2023 22:32:01 +0100 Subject: [PATCH] Join tag icon and tag title --- templates/tags/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/tags/list.html b/templates/tags/list.html index 0acd1a4..ae8a863 100644 --- a/templates/tags/list.html +++ b/templates/tags/list.html @@ -11,7 +11,7 @@ fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> - + {{ term.name }} ({{ term.pages | length }} post{{ term.pages | length | pluralize }})