hugo-theme-relearn/exampleSite/layouts/chapter-overview/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

19 lines
No EOL
543 B
HTML

<article class="chapter narrow">
<header class="headline">
{{- partial "content-header.html" . }}
</header>
{{ partial "heading-pre.html" . }}<div class="article-subheading">{{ T "Chapter" .Params.Weight }}</div>
{{ partial "heading.html" . }}{{ partial "heading-post.html" . }}
{{ partial "article-content.html" . }}
{{ partial "shortcodes/children.html" (dict
"page" .
"containerstyle" "div"
"style" "h2"
"description" "true"
)}}
<footer class="footline">
{{- partial "content-footer.html" . }}
</footer>
</article>