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:
2026-05-30 23:55:45 +02:00
parent fa84aea9ac
commit a061bfa18e
40 changed files with 328 additions and 122 deletions
+11 -1
View File
@@ -841,5 +841,15 @@ nav [class*="font-bold"] {
.hosting-plan li:last-child { border-bottom: none; }
.hosting-plan .hosting-btn { margin-top: 16px; }
.hosting-row { display: flex; justify-content: space-between; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--rapport-border); font-size: 14px; }
.hosting-row { display: flex; justify-content: space-between; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--rapport-border); font-size: 14px; gap: 16px; }
.hosting-row:last-child { border-bottom: none; }
/* Konto-Tabs */
.hosting-tabs { display: flex; gap: 4px; border-bottom: 1px solid var(--rapport-border); margin-bottom: 22px; }
.hosting-tab {
background: none; border: none; cursor: pointer; padding: 10px 16px;
font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 500;
color: var(--rapport-text-3); border-bottom: 2px solid transparent; margin-bottom: -1px;
}
.hosting-tab:hover { color: var(--rapport-text); }
.hosting-tab.active { color: var(--rapport-accent); border-bottom-color: var(--rapport-accent); }