diff options
-rw-r--r-- | pelicanconf.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pelicanconf.py b/pelicanconf.py index 863b7f5..a23d6c7 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -36,3 +36,5 @@ DEFAULT_PAGINATION = 30 THEME = 'sleepmap-theme' # Uncomment following line if you want document-relative URLs when developing RELATIVE_URLS = True + +STATIC_PATHS = [ 'downloads' ] |