From 9e7b8950c8a7091215e6122163c8761e375b9884 Mon Sep 17 00:00:00 2001 From: Florian Krause Date: Wed, 15 Nov 2023 00:16:12 +0100 Subject: [PATCH] Update config.py [build] --- _stuffpages/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_stuffpages/config.py b/_stuffpages/config.py index 65ddd76..043922e 100644 --- a/_stuffpages/config.py +++ b/_stuffpages/config.py @@ -24,7 +24,7 @@ "date": "", "copy_year": f"2023-{YEAR}" if YEAR > 2023 else f"{YEAR}", "style": os.path.abspath("styles/default.css"), - "settings": "", + "settings": "nonav, noheader", "favicon": "favicon.ico" }