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

12 lines
426 B
HTML
Raw Normal View History

<article class="default">
<header class="headline">
{{- partial "content-header.html" . }}
</header>
2023-12-02 00:09:45 +00:00
{{ partial "heading-pre.html" . }}{{ partial "heading.html" . }}{{ partial "heading-post.html" . }}
2022-07-04 22:19:27 +00:00
{{ partial "content.html" . | safeHTML }}
2022-07-04 22:19:27 +00:00
<footer class="footline">
{{- partial "content-footer.html" . }}
</footer>
</article>