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/base.html | 2 +- themes/bear/templates/header.html | 2 +- themes/bear/templates/nav.html | 4 ++-- themes/bear/templates/taxonomy_single.html | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) (limited to 'themes') diff --git a/themes/bear/templates/base.html b/themes/bear/templates/base.html index 7fa1991..e3e68b4 100644 --- a/themes/bear/templates/base.html +++ b/themes/bear/templates/base.html @@ -8,7 +8,7 @@ {%- if config.generate_feed %} {% block rss -%} - + {%- endblock -%} {%- endif %}