From 388f527734f6e0c095e39be1a3e6577635b87474 Mon Sep 17 00:00:00 2001 From: haemka Date: Sun, 31 May 2020 22:19:15 +0200 Subject: [PATCH] Fixed CSS path --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index 7f04f60..9381650 100644 --- a/templates/base.html +++ b/templates/base.html @@ -7,7 +7,7 @@ {% block head %} {% block title %}{{ SITENAME }}{% endblock title %} - + {% if FEED_ALL_ATOM %} {% endif %}