diff --git a/pelicanconf.py b/pelicanconf.py index f5e3d3a..c0c094d 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -53,7 +53,7 @@ MARKDOWN = { WITH_FUTURE_DATES = False -THEME = 'themes/minimo' +THEME = 'themes/minimunit' PAGE_URL = '{slug}/index.html' PAGE_SAVE_AS = '{slug}/index.html'