summaryrefslogtreecommitdiffstats
path: root/pelicanconf.py
diff options
context:
space:
mode:
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 1a11d9e..a274124 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -51,6 +51,7 @@ PAGE_URL = '{slug}'
PAGE_SAVE_AS = '{slug}.html'
SLUGIFY_SOURCE = 'basename'
DISPLAY_PAGES_ON_MENU = False
+DISPLAY_CATEGORIES_ON_MENU = False
MENUITEMS = (('Home', 'https://fossencdi.org'),
('About', './about.html'),