hugo-theme-relearn/exampleSite/layouts/releasenotes/views/article.html

14 lines
461 B
HTML
Raw Normal View History

2024-09-14 23:23:35 +00:00
<article class="default">
<header class="headline">
{{- partial "content-header.html" . }}
</header>
2024-09-14 23:23:35 +00:00
{{ partial "heading-pre.html" . }}{{ partial "heading.html" . }}{{ partial "heading-post.html" . }}
{{ partial "partials/shortcodes/include.html" (dict "page" . "file" "basics/releasenotes/legend") | .RenderString }}
2024-09-14 23:23:35 +00:00
{{ partial "article-content.html" . }}
<footer class="footline">
{{- partial "content-footer.html" . }}
</footer>
</article>