culinary.kemonine.info/themes/hugo-theme-relearn/layouts/partials/archetypes/chapter/article.html

14 lines
465 B
HTML
Raw Normal View History

2022-12-03 15:27:03 +00:00
{{- $page := .page }}
{{- $content := .content }}
{{- with $page }}
<article class="chapter">
{{ partial "heading-pre.html" . }}<div class="article-subheading">{{ T "Chapter" .Params.Weight }}</div>
<h1 id="{{ .Title | urlize }}">{{ .Title }}</h1>{{ partial "heading-post.html" . }}
{{ $content | safeHTML }}
<footer class="footline">
{{- partial "content-footer.html" . }}
</footer>
</article>
{{- end }}