From f1453d4182ebe1380b7987e29f40f855ca4f22d0 Mon Sep 17 00:00:00 2001 From: max/sooulix Date: Sun, 7 Jul 2024 19:47:58 +0200 Subject: [PATCH] [conf] DISPLAY_PAGES_ON_MENU=true --- pelicanconf.py | 1 + 1 file changed, 1 insertion(+) 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