theme: move content views

This commit is contained in:
Sören Weber 2025-04-11 20:00:05 +02:00
parent fd809dc523
commit 2ec62814fa
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D
22 changed files with 35 additions and 35 deletions
layouts/home/views

View file

@ -1,12 +0,0 @@
<article class="home">
<header class="headline">
{{- partial "content-header.html" . }}
</header>
{{ partial "heading-pre.html" . }}{{ partial "heading.html" . }}{{ partial "heading-post.html" . }}
{{ partial "article-content.html" . }}
<footer class="footline">
{{- partial "content-footer.html" . }}
</footer>
</article>