From e767924b4a624bcfb2324ea56cea31b70f3a9aa7 Mon Sep 17 00:00:00 2001 From: rscmbbng Date: Fri, 20 Oct 2017 16:34:00 +0200 Subject: [PATCH] setting static theme url --- pelicanconf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pelicanconf.py b/pelicanconf.py index 9a16747110..18c01c5070 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -39,6 +39,7 @@ EXTRA_PATH_METADATA = { } THEME = 'themes/cetcat' +THEME_STATIC_DIR = '../theme/' #SUMMARY_USE_FIRST_PARAGRAPH = True