mirror of
https://git.kittycat.homes/zoe/hugo-battheme.git
synced 2024-08-15 03:25:18 +00:00
fix text on list pages oops
This commit is contained in:
parent
052ff3b0a8
commit
a9cd56eed9
1 changed files with 2 additions and 2 deletions
|
@ -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 -->
|
||||
|
|
Loading…
Reference in a new issue