summaryrefslogtreecommitdiff
path: root/themes/blowfish/layouts/partials/home/page.html
blob: d715b78a9dc057da8258538a147ca173ae2978fc (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 | emojify }}</section>
</article>
<section>
  {{ partial "recent-articles/main.html" . }}
</section>