From 573b3dd0be2a4af66437e03ed8b7c149d202acb1 Mon Sep 17 00:00:00 2001 From: zwbetz-gh Date: Tue, 1 Dec 2020 07:33:09 -0600 Subject: param for navTitleLink --- exampleSite/config.toml | 1 + exampleSite/config.yaml | 1 + layouts/partials/nav.html | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 8cf70e3..a9a2bf2 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -23,6 +23,7 @@ disqusShortname = "yourdiscussshortname" homeMetaContent = "A Hugo theme made with PaperCSS, the less formal CSS framework." # For more date formats see https://gohugo.io/functions/format/ dateFormat = "Jan 2, 2006" + navTitleLink = "/" [menu] [[menu.nav]] diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml index 3ba3cef..dfd7283 100644 --- a/exampleSite/config.yaml +++ b/exampleSite/config.yaml @@ -23,6 +23,7 @@ params: homeMetaContent: A Hugo theme made with PaperCSS, the less formal CSS framework. # For more date formats see https://gohugo.io/functions/format/ dateFormat: Jan 2, 2006 + navTitleLink: / menu: nav: diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html index be42b65..93cb4e2 100644 --- a/layouts/partials/nav.html +++ b/layouts/partials/nav.html @@ -1,6 +1,6 @@