From 443ded21b0f11fa3e269cb7ea0905371f70eaa4c Mon Sep 17 00:00:00 2001 From: Jannik Menzel Date: Fri, 9 May 2025 01:21:27 +0200 Subject: [PATCH] updated baseURL inside navbar and config --- hugo.toml | 3 ++- layouts/_partials/nav.html | 30 +++++++++++++++--------------- 2 files changed, 17 insertions(+), 16 deletions(-) diff --git a/hugo.toml b/hugo.toml index 5dfcfef..97349ab 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,4 +1,5 @@ -baseURL = 'https://jannikmenzel.me/iFSR-Website' +baseURL = "https://jannikmenzel.me/iFSR-Website/" +canonifyURLs = true languageCode = 'de' title = 'iFSR-Website' disableKinds = ["taxonomy", "RSS"] diff --git a/layouts/_partials/nav.html b/layouts/_partials/nav.html index 27a5c0f..add13d9 100644 --- a/layouts/_partials/nav.html +++ b/layouts/_partials/nav.html @@ -1,6 +1,6 @@