a061bfa18e
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>
9 lines
229 B
HTML
9 lines
229 B
HTML
{{ 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 }}
|