finish most of the colorswitch thigns

This commit is contained in:
zoe 2022-04-10 00:15:21 +02:00
parent ff99214248
commit 487b637ab9
3 changed files with 6 additions and 6 deletions

View file

@ -11,7 +11,7 @@
<!-- Ranges through content/posts/*.md -->
{{ range .Pages }}
<li>
<a href="{{.Permalink}}">{{.Title}}</a>
<a class="colorswitch" href="{{.Permalink}}">{{.Title}}</a>
</li>
{{ end }}
</ul>