From 113bf01c03f0260a4b8b8de4ba5247e600cf56e4 Mon Sep 17 00:00:00 2001 From: 0poss Date: Sun, 14 Jul 2024 09:44:53 +0000 Subject: Fix '..' path in categories, contexts and tags --- templates/tags/single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/tags') diff --git a/templates/tags/single.html b/templates/tags/single.html index 7a3ab44..f2adfcb 100644 --- a/templates/tags/single.html +++ b/templates/tags/single.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% block header %} -

../{{ term.slug }}/

+

../{{ term.slug }}/

{{ term.name }}

{% endblock header %} -- cgit v1.2.3