From e5f14eb152253128ebf32e11532fe5bc0167c468 Mon Sep 17 00:00:00 2001 From: "Philipp.Stahl" <philipp.stahl@teckids.org> Date: Wed, 14 Apr 2021 17:02:01 +0200 Subject: [PATCH] Loading CSS --- pelicanconf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pelicanconf.py b/pelicanconf.py index 98cbbc1..30696ed 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -57,6 +57,9 @@ SOCIAL = (('You can add links in your config file', '#'), DEFAULT_PAGINATION = 10 +# CSS +CUSTOM_STYLESHEET = "{}/static/css/custom.css".format(SITEURL) + # Uncomment following line if you want document-relative URLs when developing #RELATIVE_URLS = True -- GitLab