mirror of
https://git.kittycat.homes/zoe/hugo-battheme.git
synced 2024-08-15 03:25:18 +00:00
clickable headers
This commit is contained in:
parent
2c56b25d22
commit
006d56f862
4 changed files with 22 additions and 33 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue