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