fix text on list pages oops

This commit is contained in:
zoe 2022-04-16 15:33:59 +02:00
parent 052ff3b0a8
commit a9cd56eed9
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{{ define "main" }}
<main>
<article>
<header class="colorswitch">
<article class="colorswitch">
<header>
<h1 id="title">{{.Title}}</h1>
</header>
<!-- "{{.Content}}" pulls from the markdown content of the corresponding _index.md -->