aboutsummaryrefslogtreecommitdiffstats
path: root/pelicanconf.py
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2016-04-01 16:10:04 +0200
committerDavid Runge <dave@sleepmap.de>2016-04-01 16:10:04 +0200
commit5091bf898e8310fd79cdbe7f08742d3461ebdb41 (patch)
tree75cd155676fbfb55133036fdf967460362e86b69 /pelicanconf.py
parent432adfe6948631014c93ec4aa812fe74920245d5 (diff)
downloadsleepmap-5091bf898e8310fd79cdbe7f08742d3461ebdb41.tar.gz
sleepmap-5091bf898e8310fd79cdbe7f08742d3461ebdb41.tar.bz2
sleepmap-5091bf898e8310fd79cdbe7f08742d3461ebdb41.tar.xz
sleepmap-5091bf898e8310fd79cdbe7f08742d3461ebdb41.zip
pelicanconf.py: Adding audio to static paths.
Diffstat (limited to 'pelicanconf.py')
-rw-r--r--pelicanconf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index 0be8a3b..cf39ab8 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -51,6 +51,7 @@ SOCIAL = (
('Twitter', 'https://twitter.com/dvzrv'),
)
STATIC_PATHS = [
+ 'audio',
'icons',
'images',
'cert',