Blog: Fix categories, blog single page template

This commit is contained in:
jtbx 2023-10-05 23:02:20 +02:00
commit ad72231459
17 changed files with 157 additions and 43 deletions

View file

@ -6,8 +6,10 @@
<span class="subtitle">{{ . }}</span>
{{ end }}
</header>
<div class="content">
<section class="content">
{{ .Content }}
</div>
</section>
</main>
{{ end }}