From 83b7ba1bfe6d941af74e7ad82cfd388b1e0924ea Mon Sep 17 00:00:00 2001 From: Alexander Avery Date: Wed, 28 May 2025 14:10:20 -0400 Subject: [PATCH] url instead of pageRef for remote link --- hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index e484775..1fc3f90 100644 --- a/hugo.toml +++ b/hugo.toml @@ -10,7 +10,7 @@ weight = 10 [[menus.main]] name = 'Gitea' -pageRef = 'https://gitea.beetbox.io/BeetBox' +url = 'https://gitea.beetbox.io/BeetBox' weight = 20 [[menus.main]]