From 3c8000914fd01a13427120de5c9a646ddc4f20d3 Mon Sep 17 00:00:00 2001 From: Alexander Bilz <mail@alexbilz.com> Date: Sat, 26 Mar 2022 10:18:42 +0000 Subject: [PATCH] Merge branch 'master' into feat/notice-shortcode --- exampleSite/config/_default/params.toml | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/exampleSite/config/_default/params.toml b/exampleSite/config/_default/params.toml index ed6a32f..4c6d1c7 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" @@ -67,4 +69,4 @@ [[socialIcons]] icon = "fas fa-envelope" title = "e-mail" -url = "mailto:mail@example.com" \ No newline at end of file +url = "mailto:mail@example.com" -- Gitblit v1.10.0