fix(hugo): Layout hosting→appshell umbenannt (Section-Kollision)
layouts/hosting.html kollidierte mit der content/hosting/-Section → Hugo verlangte ein section-Template und der Build brach ab (kein public/). Layout heisst jetzt 'appshell', login/register/konto/hosting-preise referenzieren es. Build wieder grün, alle Seiten + Tab-CSS verifiziert. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Hosting-Preise
|
||||
layout: hosting
|
||||
layout: appshell
|
||||
hostingpage: preise
|
||||
toc: false
|
||||
---
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Konto
|
||||
layout: hosting
|
||||
layout: appshell
|
||||
hostingpage: konto
|
||||
toc: false
|
||||
---
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Anmelden
|
||||
layout: hosting
|
||||
layout: appshell
|
||||
hostingpage: login
|
||||
toc: false
|
||||
---
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Registrieren
|
||||
layout: hosting
|
||||
layout: appshell
|
||||
hostingpage: register
|
||||
toc: false
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user