From 76baa7924cb04d1c74c4d3bab3785f8ed31b85d2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 26 Oct 2017 22:59:51 +0200 Subject: [PATCH] theme: treat CSS file links as possibly SITEURL-relative as well. --- pelican-theme/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelican-theme/templates/base.html b/pelican-theme/templates/base.html index b3007125..0785bc53 100644 --- a/pelican-theme/templates/base.html +++ b/pelican-theme/templates/base.html @@ -4,7 +4,7 @@ {% block head %} {% block title %}{{ SITENAME }}{% endblock title %} {% for href in CSS_FILES %} - + {% endfor %} {% if THEME_COLOR %} -- 2.30.2