fix: führenden Slash in url-Frontmatter englischer Seiten wiederhergestellt

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) <noreply@anthropic.com>
This commit is contained in:
Jörg Lohrer 2026-05-04 18:57:35 +02:00
parent cd1e89dc0d
commit 311e169c9f
4 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@ educationalLevel:
# staticSiteGenerator # staticSiteGenerator
title: Conference page title: Conference page
url: en/conference url: /en/conference
--- ---
## OER: Towards a culture of sharing ## OER: Towards a culture of sharing

View File

@ -14,7 +14,7 @@ educationalLevel:
# staticSiteGenerator # staticSiteGenerator
title: Welcome! title: Welcome!
url: en url: /en/
type: page type: page
weight: 50 weight: 50
--- ---

View File

@ -14,7 +14,7 @@ educationalLevel:
# staticSiteGenerator # staticSiteGenerator
title: OER and OEP title: OER and OEP
url: en/oer-and-oep url: /en/oer-and-oep
--- ---
## What is OER, what is OEP ## What is OER, what is OEP

View File

@ -14,7 +14,7 @@ educationalLevel:
# staticSiteGenerator # staticSiteGenerator
title: Our team title: Our team
url: en/our-team url: /en/our-team
weight: 100 weight: 100
--- ---