mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-18 19:00:24 +00:00
19 lines
No EOL
623 B
HTML
19 lines
No EOL
623 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> |