From a9d3b1dd926dfc3ba5aacb0928b811fc318309e8 Mon Sep 17 00:00:00 2001 From: Alexander Bilz <mail@alexbilz.com> Date: Sun, 06 Mar 2022 18:08:32 +0000 Subject: [PATCH] feat: add the option to hide the sidebar on post pages --- exampleSite/config/_default/params.toml | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/exampleSite/config/_default/params.toml b/exampleSite/config/_default/params.toml index ed6a32f..b537727 100644 --- a/exampleSite/config/_default/params.toml +++ b/exampleSite/config/_default/params.toml @@ -30,6 +30,8 @@ reversepagetitle = true # When set to 'true', the Window Title will be reversed to 'Title | Author' instead of the default 'Author | Title' +hidesidebar = true + [simpleAnalytics] # enable = true # customurl = "https://analytics.example.com" -- Gitblit v1.10.0