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