From 88a7b84c7140114ffd1eb7c611c3b6eb30a7064a Mon Sep 17 00:00:00 2001 From: "nick n." <39005454+inphobia@users.noreply.github.com> Date: Fri, 26 Sep 2025 23:44:44 +0200 Subject: [PATCH] fix examplesite shortcodes link (#768) --- exampleSite/hugo.toml | 2 +- exampleSite/hugo.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"