karsttech.com/themes/congo-146_fix/layouts/partials/home/page.html

12 lines
264 B
HTML
Raw Normal View History

<article class="prose max-w-full dark:prose-invert">
{{ with .Title }}
<header>
<h1>{{ . | emojify }}</h1>
</header>
{{ end }}
<section>{{ .Content | emojify }}</section>
</article>
<section>
{{ partial "recent-articles.html" . }}
</section>