From 1f9d0aa9759be12a7268e6d342938dbc9342c4cc Mon Sep 17 00:00:00 2001 From: Jeremy Bise Date: Wed, 17 Apr 2019 12:46:25 -0400 Subject: update example site menus --- exampleSite/config.toml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index dc3c419..44313e9 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -19,8 +19,16 @@ Home = ["HTML", "RSS", "JSON"] privacy_link = "/privacy/" description = "TwentyNineteen ported from WordPress" -# Social menu +# Menus [menu] + [[menu.main]] + name = "Tags" + url = "/tags/" + weight = 1 + [[menu.main]] + name = "About" + url = "/about/" + weight = 2 [[menu.social]] identifier = "github" name = "Github" @@ -28,4 +36,8 @@ description = "TwentyNineteen ported from WordPress" [[menu.social]] identifier = "twitter" name = "Twitter" - url = "https://twitter.com/gohugoio" \ No newline at end of file + url = "https://twitter.com/gohugoio" + [[menu.footer]] + name = "About" + url = "/about/" + weight = 1 \ No newline at end of file -- cgit v1.2.3