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:
@@ -0,0 +1,8 @@
|
||||
{{ define "main" }}
|
||||
<div class="hosting-wrap">
|
||||
<div id="hosting-root"
|
||||
data-page="{{ .Params.hostingpage }}"
|
||||
data-title="{{ .Title }}"></div>
|
||||
</div>
|
||||
<script src="/js/hosting-app.js"></script>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user