summaryrefslogtreecommitdiff
path: root/themes/blowfish/layouts/partials/home/page.html
blob: 45b681d40987a897df3b0ee54339bca3bb506b78 (plain)
1
2
3
4
5
6
7
8
9
10
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>