This commit is contained in:
parent
4b35583782
commit
e77051ccc4
1987 changed files with 1147290 additions and 5648 deletions
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 | emojify }}</section>
|
||||
</article>
|
||||
<section>
|
||||
{{ partial "recent-articles/main.html" . }}
|
||||
</section>
|
Loading…
Add table
Add a link
Reference in a new issue