mirror of
https://github.com/TrezOne/congo-hindi-gujarati.git
synced 2026-07-21 02:04:50 -04:00
✨ Add multiple homepage layouts
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<article class="max-w-full prose dark:prose-light">
|
||||
{{ with .Title }}
|
||||
<header>
|
||||
<h1>{{ . | emojify }}</h1>
|
||||
</header>
|
||||
{{ end }}
|
||||
<section>{{ .Content | emojify }}</section>
|
||||
</article>
|
||||
Reference in New Issue
Block a user