hugo-theme-relearn/layouts/chapter/views/article.html

13 lines
442 B
HTML
Raw Normal View History

<article class="chapter narrow">
<header class="headline">
{{- partial "content-header.html" . }}
</header>
2024-10-11 14:27:13 +00:00
{{ partial "heading-pre.html" . }}{{ with .Params.Weight }}<div class="article-subheading">{{ T "Chapter" . }}</div>{{ end }}
2023-12-02 00:09:45 +00:00
{{ partial "heading.html" . }}{{ partial "heading-post.html" . }}
2022-07-04 22:19:27 +00:00
{{ partial "article-content.html" . }}
<footer class="footline">
{{- partial "content-footer.html" . }}
</footer>
</article>