From 4da36899f576993904f880618cfc51c25629ce16 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Fri, 15 Sep 2023 16:32:26 +0200 Subject: [PATCH] Show breadcrumbs in the web --- web/hugo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/hugo.toml b/web/hugo.toml index 39357f3..e32f45f 100644 --- a/web/hugo.toml +++ b/web/hugo.toml @@ -3,3 +3,6 @@ languageCode = 'en-us' title = 'The jungle' theme = 'PaperMod' sectionPagesMenu = "main" + +[params] +ShowBreadCrumbs = true