summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Toso <victortoso@redhat.com>2015-11-03 12:25:51 +0100
committerVictor Toso <victortoso@redhat.com>2015-11-03 12:25:51 +0100
commit01e8ec328606e351323a29d6731eeb882eeb1b86 (patch)
tree9814c7db5d1938889ce6aadd55b7311fcd40dd51
parent461b4d993cb57080d8629133fcd9c1cdc4c28cd4 (diff)
pelicanconf: include all content from static folder
-rw-r--r--pelicanconf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index 39ccc85..fc81262 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -15,7 +15,7 @@ RELATIVE_URLS = False
# Static content that we reference in our site goes into folders appointed
# by this path
-STATIC_PATHS = ['static/docs', 'static/images']
+STATIC_PATHS = ['static']
# Templates that are used directly to render content
DIRECT_TEMPLATES = ['search']