mirror of
https://github.com/TrezOne/congo-hindi-gujarati.git
synced 2026-06-26 02:03:11 -04:00
12 lines
326 B
HTML
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>
|