Files
congo-hindi-gujarati/layouts/partials/home/profile.html
T
2024-08-29 10:35:24 +10:00

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