culinary.kemonine.info/themes/hugo-theme-relearn/layouts/partials/archetypes/deprecated-home/article.html
2022-12-03 10:27:03 -05:00

12 lines
284 B
HTML

{{- $page := .page }}
{{- $content := .content }}
{{- with $page }}
<article class="home deprecated">
{{ $content | safeHTML }}
<footer class="footline">
{{- partial "content-footer.html" . }}
</footer>
</article>
{{- end }}