fix: doppelte YAML-Keys in Save_the_Date Frontmatter entfernt
Der Lint-Auto-Fix hatte einen zweiten staticSiteGenerator-Block hinzugefügt, ohne den passenden Block aus commonMetadata zu entfernen. Dadurch waren author, cover, summary und tags doppelt definiert, was den Hugo-Build mit YAML-Parser-Fehler abbrach. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
2347477563
commit
cd1e89dc0d
|
|
@ -32,20 +32,7 @@ keywords:
|
||||||
- Community Forschung
|
- Community Forschung
|
||||||
- ''
|
- ''
|
||||||
'@type': LearningResource
|
'@type': LearningResource
|
||||||
author:
|
|
||||||
- Phillip Angelina
|
|
||||||
cover:
|
|
||||||
relative: true
|
|
||||||
hiddenInSingle: true
|
|
||||||
image: Save the Date.png
|
|
||||||
summary: |
|
|
||||||
Ein Informationspost über unsere Tagung im Februar 2026.
|
|
||||||
url: save-the-date
|
url: save-the-date
|
||||||
tags:
|
|
||||||
- OER
|
|
||||||
- OEP
|
|
||||||
- OER-Community
|
|
||||||
- Community Forschung
|
|
||||||
|
|
||||||
# staticSiteGenerator
|
# staticSiteGenerator
|
||||||
author:
|
author:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue