11 lines
326 B
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>
|