From 994e999225f78ded836b4b62365e6c9d60188be9 Mon Sep 17 00:00:00 2001 From: x1y <23239177+x1y@users.noreply.github.com> Date: Sat, 5 Oct 2024 00:52:38 +0200 Subject: [PATCH] Menu pageref fix --- config/_default/config.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/config/_default/config.toml b/config/_default/config.toml index 31ba960a..c5bcb380 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -79,33 +79,33 @@ paginate = 9 [menu] [[menu.right]] name = "Blog" - pageref = "/blog/" + pageRef = "/blog/" weight = 1 [[menu.right]] name = "Community" - pageref = "/community/" + pageRef = "/community/" weight = 2 [[menu.right]] name = "Devices" - pageref = "/devices/" + pageRef = "/devices/" weight = 3 [[menu.right]] name = "Documentation" - pageref = "/documentation/" + pageRef = "/documentation/" weight = 4 [[menu.right]] name = "Contests" - pageref = "/contests/" + pageRef = "/contests/" weight = 5 [[menu.right]] name = "Podcast" - pageref = "/podcast/" + pageRef = "/podcast/" weight = 6 [[menu.additional]] name = "Store" post = "" - pageref = "#" + pageRef = "#" weight = 0 identifier = "store" [menu.additional.params] @@ -128,9 +128,9 @@ paginate = 9 external = true [[menu.additional]] name = "Affiliates" - pageref = "/affiliates/" + pageRef = "/affiliates" parent = "store" weight = 3 identifier = "" [menu.additional.params] - external = true \ No newline at end of file + external = false \ No newline at end of file