hugo-theme-relearn/layouts/home/views/article.html
Sören Weber 9f9e449be8
theme: remove whitespace from article #891
to avoid to be interpreted as indented code in some scenarios
2024-10-11 16:46:42 +02:00

12 lines
No EOL
340 B
HTML

<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>