mirror of
https://git.kittycat.homes/zoe/hugo-battheme.git
synced 2024-08-15 03:25:18 +00:00
make theme look more modern
This commit is contained in:
parent
7e8352b90e
commit
e0e8cb434c
5 changed files with 126 additions and 21 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue