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

11 lines
326 B
HTML

<article
class="{{ if not .Site.Params.homepage.showRecent }}
h-full
{{ end }} flex flex-col items-center justify-center text-center"
>
{{ partial "profile.html" }}
<section class="prose dark:prose-invert">{{ .Content | emojify }}</section>
</article>
<section>
{{ partial "recent-articles.html" . }}
</section>