mirror of
https://git.kittycat.homes/zoe/hugo-battheme.git
synced 2024-08-15 03:25:18 +00:00
hover icons for header links
This commit is contained in:
parent
3967fa1027
commit
38b4fbd855
5 changed files with 28 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
{{ define "main" }}
|
||||
<section id="main">
|
||||
<div class="titlecontainer">
|
||||
<h1 id="title" class="colorswitch">{{ .Title }}</h1>
|
||||
<h1 id="title" class="colorswitch"><a href="./" class="colorswitch singlepagelink">{{ .Title }}</a></h1>
|
||||
</div>
|
||||
<div>
|
||||
<article id="content" class="colorswitch">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue