From e76cbb53ae4e9fe564d54a9680f007d698f9cc89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Fri, 28 Oct 2022 18:39:36 +0100 Subject: [PATCH] added showMenu to configs to highlight feature --- exampleSite/config/_default/params.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/exampleSite/config/_default/params.toml b/exampleSite/config/_default/params.toml index 19f5c02f..da1577b0 100644 --- a/exampleSite/config/_default/params.toml +++ b/exampleSite/config/_default/params.toml @@ -16,6 +16,7 @@ mainSections = ["docs"] # robots = "" [footer] + showMenu = true showCopyright = true showThemeAttribution = true showAppearanceSwitcher = true