Files
hugo_it-services/themes/congo/layouts/partials/home/page.html
T
2025-02-20 08:28:31 -05:00

12 lines
264 B
HTML

<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>