From e2c0abd5b41083bbb3d26ed25ee30f0fb9b58d7f Mon Sep 17 00:00:00 2001 From: lidia pereira Date: Wed, 12 Jun 2019 16:16:22 +0200 Subject: [PATCH] added static_path --- pelicanconf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pelicanconf.py b/pelicanconf.py index 6c24430..ce16cc3 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -21,3 +21,5 @@ AUTHOR_FEED_RSS = None DEFAULT_PAGINATION = False THEME = 'themes/homebrewtheme' + +STATIC_PATHS = ['static'] \ No newline at end of file