diff options
-rw-r--r-- | pelicanconf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pelicanconf.py b/pelicanconf.py index 089d2c2..590a857 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -31,7 +31,7 @@ DEFAULT_PAGINATION = 10 #RELATIVE_URLS = True # THEMES -THEME = "notmyidea" +THEME = "./themes/dev-urandom" # Static content to copy to output dir STATIC_PATHS = ['static'] |