From 74b3b2bfd8b8526bc93b958da0e3a3cd1e0f96b2 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Fri, 9 Mar 2018 18:03:26 +0200 Subject: [PATCH] exampleSite/config.toml: Remove custom_navbar Now users should just use the "navbar" menu directly via the site's config or page frontmatter. This is a result of switching to Hugo's newish .Site.Params.mainSections slice. --- exampleSite/config.toml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 3dbf59e..4513c4e 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -23,9 +23,6 @@ paginate = 5 name = "Link 2" url = "https://example.org" -# custom navbar menu entry. See the custom_navbar parameter below for -# details. - #[[menu.navbar]] # name = "Link 1" # url = "https://example.org" @@ -59,15 +56,6 @@ paginate = 5 #cookie_consent_info_url = "/cookie-information/" #cookie_consent_info_url = "http://cookiesandyou.com" - # customise the contents of the navbar at the top of the page. The default - # behaviour is to list all static pages not in the posts directory. When the - # parameter below is set to true you will have to manually add entries to the - # navbar, either by adding the following menu variable to the front matter of - # the relevant pages - # menu = "navbar" - # or by specifying menu entries in a similar way to the sidebar menu above. - #custom_navbar = true - # show sharing icons on pages/posts (default: true) #sharingicons = true