From: Vladimír Vondruš Date: Thu, 26 Oct 2017 20:59:51 +0000 (+0200) Subject: theme: treat CSS file links as possibly SITEURL-relative as well. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=76baa7924cb04d1c74c4d3bab3785f8ed31b85d2;p=blog.git theme: treat CSS file links as possibly SITEURL-relative as well. --- 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 %}