From 8ab05aa7c96bfb59ea6e50e0dfc6848a37e47447 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 6 Jul 2023 20:31:08 +0200 Subject: Use relative URLs in HTML --- themes/bear/templates/taxonomy_single.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'themes/bear/templates/taxonomy_single.html') diff --git a/themes/bear/templates/taxonomy_single.html b/themes/bear/templates/taxonomy_single.html index 5ee2b88..a96139c 100644 --- a/themes/bear/templates/taxonomy_single.html +++ b/themes/bear/templates/taxonomy_single.html @@ -1,9 +1,9 @@ {% extends "base.html" %} {% block rss -%} - - {%- set rss_path = "tags/" ~ term.name ~ "/" ~ config.feed_filename %} - + + {%- set rss_path = "/tags/" ~ term.name ~ "/" ~ config.feed_filename %} + {%- endblock -%} {% block main -%} -- cgit 1.4.1