From af524137a90838aae8a0642cf42f03fc31b7751a Mon Sep 17 00:00:00 2001 From: daudix Date: Sun, 30 Mar 2025 07:28:24 +0300 Subject: [PATCH] Fix build failing if taxonomy is set to anything other than "tags" (fixes #126) This does not fix other issues however, notably links still point to /tags, and it's displayed as tags in the UI. --- templates/taxonomy_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/taxonomy_list.html b/templates/taxonomy_list.html index 257bf8f..5225d7d 100644 --- a/templates/taxonomy_list.html +++ b/templates/taxonomy_list.html @@ -10,7 +10,7 @@ {% endblock content %}