Initial commit.
This commit is contained in:
11
themes/blowfish/layouts/partials/home/page.html
Normal file
11
themes/blowfish/layouts/partials/home/page.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<article class="max-w-full prose dark:prose-invert">
|
||||
{{ with .Title }}
|
||||
<header>
|
||||
<h1>{{ . | emojify }}</h1>
|
||||
</header>
|
||||
{{ end }}
|
||||
<section>{{ .Content }}</section>
|
||||
</article>
|
||||
<section>
|
||||
{{ partial "recent-articles/main.html" . }}
|
||||
</section>
|
Reference in New Issue
Block a user