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.
This commit is contained in:
Alan Orth 2018-03-09 18:03:26 +02:00
parent 2ad673d5d2
commit 74b3b2bfd8
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 0 additions and 12 deletions

View File

@ -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