diff --git a/pelicanconf.py b/pelicanconf.py index f9f0b14..4ee73b8 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -44,3 +44,4 @@ DIRECT_TEMPLATES = (('index','search','tags','categories','archives')) STORK_INPUT_OPTIONS = { 'html_selector': 'main' } +DISPLAY_PAGES_ON_MENU = True