blowfish/layouts/partials/home/page.html

14 lines
349 B
HTML
Raw Normal View History

2022-09-10 20:05:37 +01:00
<article class="max-w-full prose dark:prose-invert">
2023-11-26 19:12:32 +01:00
{{ if .Site.Params.homepage.showTitle | default true }}
{{ with .Title }}
<header>
<h1>{{ . | emojify }}</h1>
</header>
{{ end }}
2022-09-10 20:05:37 +01:00
{{ end }}
<section>{{ .Content | emojify }}</section>
</article>
<section>
{{ partial "recent-articles/main.html" . }}
2022-09-10 20:05:37 +01:00
</section>