mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
4adf99061b
content.html is meant to be overloaded by the user and it should just work so every logic needs to be put somewhere else
13 lines
No EOL
501 B
HTML
13 lines
No EOL
501 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" . }}
|
|
<footer class="footline">
|
|
{{- partial "content-footer.html" . }}
|
|
</footer>
|
|
</article> |