blowfish/layouts/partials/home/page.html
2024-02-03 15:11:30 +01:00

13 lines
349 B
HTML

<article class="max-w-full prose dark:prose-invert">
{{ if .Site.Params.homepage.showTitle | default true }}
{{ with .Title }}
<header>
<h1>{{ . | emojify }}</h1>
</header>
{{ end }}
{{ end }}
<section>{{ .Content | emojify }}</section>
</article>
<section>
{{ partial "recent-articles/main.html" . }}
</section>