clickable headers

This commit is contained in:
zoe 2022-04-13 19:19:58 +02:00
parent 2c56b25d22
commit 006d56f862
4 changed files with 22 additions and 33 deletions

View file

@ -3,14 +3,6 @@
<div class="titlecontainer">
<h1 id="title" class="colorswitch">{{ .Title }}</h1>
</div>
<div>
{{ with .PrevInSection }}
<a class="previous colorswitch" href="{{.Permalink}}">previous: {{.Title}}</a>
{{ end }}
{{ with .NextInSection }}
<a class="next colorswitch" href="{{.Permalink}}">next: {{.Title}}</a>
{{ end }}
</div>
<div>
<article id="content" class="colorswitch">
{{ .Content }}