From 311e169c9f4366ea6cf7a2bbd078348ffd0f0497 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Lohrer?= Date: Mon, 4 May 2026 18:57:35 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20f=C3=BChrenden=20Slash=20in=20url-Frontm?= =?UTF-8?q?atter=20englischer=20Seiten=20wiederhergestellt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Der Lint-Auto-Fix hatte aus 'url: /en/conference' ein 'url: en/conference' gemacht. Bei relativen Pfaden prependet Hugo automatisch das Sprachpräfix, sodass die Seiten unter /en/en/conference/ landeten und die Menü-Links auf /en/conference/ ins Leere zeigten. Die /en/-Homepage rendete zudem nur das leere Section-Listing statt des Welcome-Inhalts. Co-Authored-By: Claude Opus 4.7 (1M context) --- Website/content/en/conference/index.md | 2 +- Website/content/en/homepage/index.md | 2 +- Website/content/en/oer-and-oep/index.md | 2 +- Website/content/en/our-team/index.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Website/content/en/conference/index.md b/Website/content/en/conference/index.md index 3c3f022..3babab5 100644 --- a/Website/content/en/conference/index.md +++ b/Website/content/en/conference/index.md @@ -14,7 +14,7 @@ educationalLevel: # staticSiteGenerator title: Conference page -url: en/conference +url: /en/conference --- ## OER: Towards a culture of sharing diff --git a/Website/content/en/homepage/index.md b/Website/content/en/homepage/index.md index d00ec5e..2cf597a 100644 --- a/Website/content/en/homepage/index.md +++ b/Website/content/en/homepage/index.md @@ -14,7 +14,7 @@ educationalLevel: # staticSiteGenerator title: Welcome! -url: en +url: /en/ type: page weight: 50 --- diff --git a/Website/content/en/oer-and-oep/index.md b/Website/content/en/oer-and-oep/index.md index f3081c2..4367c51 100644 --- a/Website/content/en/oer-and-oep/index.md +++ b/Website/content/en/oer-and-oep/index.md @@ -14,7 +14,7 @@ educationalLevel: # staticSiteGenerator title: OER and OEP -url: en/oer-and-oep +url: /en/oer-and-oep --- ## What is OER, what is OEP diff --git a/Website/content/en/our-team/index.md b/Website/content/en/our-team/index.md index a49cd1e..647ac1b 100644 --- a/Website/content/en/our-team/index.md +++ b/Website/content/en/our-team/index.md @@ -14,7 +14,7 @@ educationalLevel: # staticSiteGenerator title: Our team -url: en/our-team +url: /en/our-team weight: 100 ---