theme: remove whitespace from article

to avoid to be interpreted as indented code in some scenarios
This commit is contained in:
Sören Weber 2024-09-16 10:05:14 +02:00
parent 5356b3b15a
commit 9f9e449be8
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D
7 changed files with 52 additions and 52 deletions
layouts/home/views

View file

@ -1,12 +1,12 @@
<article class="home">
<header class="headline">
{{- partial "content-header.html" . }}
</header>
<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>
<footer class="footline">
{{- partial "content-footer.html" . }}
</footer>
</article>