summaryrefslogtreecommitdiff
path: root/themes/blowfish/layouts/partials/home/page.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/blowfish/layouts/partials/home/page.html')
-rw-r--r--themes/blowfish/layouts/partials/home/page.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/themes/blowfish/layouts/partials/home/page.html b/themes/blowfish/layouts/partials/home/page.html
new file mode 100644
index 0000000..d715b78
--- /dev/null
+++ b/themes/blowfish/layouts/partials/home/page.html
@@ -0,0 +1,11 @@
+<article class="max-w-full prose dark:prose-invert">
+ {{ with .Title }}
+ <header>
+ <h1>{{ . | emojify }}</h1>
+ </header>
+ {{ end }}
+ <section>{{ .Content | emojify }}</section>
+</article>
+<section>
+ {{ partial "recent-articles/main.html" . }}
+</section>