make theme look more modern

This commit is contained in:
zoe 2022-04-12 23:13:48 +02:00
parent 7e8352b90e
commit e0e8cb434c
5 changed files with 126 additions and 21 deletions

View file

@ -1,6 +1,8 @@
{{ define "main" }}
<section id="main">
<h1 id="title" class="colorswitch">Single Page {{ .Title }}</h1>
<div class="titlecontainer">
<h1 id="title" class="colorswitch">{{ .Title }}</h1>
</div>
<div>
{{ with .PrevInSection }}
<a class="previous colorswitch" href="{{.Permalink}}">previous: {{.Title}}</a>