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" }} {{ define "main" }}
<main> <main>
<article> <article class="colorswitch">
<header class="colorswitch"> <header>
<h1 id="title">{{.Title}}</h1> <h1 id="title">{{.Title}}</h1>
</header> </header>
<!-- "{{.Content}}" pulls from the markdown content of the corresponding _index.md --> <!-- "{{.Content}}" pulls from the markdown content of the corresponding _index.md -->