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

12 lines
340 B
HTML
Raw Normal View History

<article class="home">
<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 "article-content.html" . }}
<footer class="footline">
{{- partial "content-footer.html" . }}
</footer>
</article>