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:
parent
cd1e89dc0d
commit
311e169c9f
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ educationalLevel:
|
||||||
|
|
||||||
# staticSiteGenerator
|
# staticSiteGenerator
|
||||||
title: Welcome!
|
title: Welcome!
|
||||||
url: en
|
url: /en/
|
||||||
type: page
|
type: page
|
||||||
weight: 50
|
weight: 50
|
||||||
---
|
---
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue