From 179941a6bf5bbb9b07a02c85bc22f169dd45df65 Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Fri, 13 Aug 2021 19:09:00 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Fix=20tags=20menu=20link=20in=20?= =?UTF-8?q?exampleSite?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- exampleSite/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 74556baa..32347d02 100755 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -32,7 +32,7 @@ title = "Congo" weight = 20 [[menu.main]] name = "Tags" - url = "tags" + pageRef = "tags" weight = 30 [markup.goldmark]