diff --git a/exampleSite/hugo.toml b/exampleSite/hugo.toml index afcb932..d837f4d 100644 --- a/exampleSite/hugo.toml +++ b/exampleSite/hugo.toml @@ -52,7 +52,7 @@ enableGitInfo = true [[menu.home]] name = 'Shortcodes' - pageRef = '/docs/shortcodes/badges/' + pageRef = '/docs/shortcodes/buttons/' weight = 20 parent = 'Documentation' diff --git a/exampleSite/hugo.yaml b/exampleSite/hugo.yaml index dd2baf0..00d79a4 100644 --- a/exampleSite/hugo.yaml +++ b/exampleSite/hugo.yaml @@ -46,7 +46,7 @@ menu: weight: 10 parent: "Documentation" - name: "Shortcodes" - pageRef: "/docs/shortcodes/badges/" + pageRef: "/docs/shortcodes/buttons/" weight: 20 parent: "Documentation" - name: "Showcases"