From 77d25600a42b0d0aff8c5af23daf1c9cf0053221 Mon Sep 17 00:00:00 2001 From: kayomn Date: Sat, 19 Aug 2023 17:13:10 +0100 Subject: [PATCH] Fix RSS link in base template --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index 14c12ed..7079f2e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -5,7 +5,7 @@ - + {% block title %}{{ config.title }}{% endblock %} {% block links %}{% endblock %}