mirror of
https://git.kittycat.homes/zoe/hugo-battheme.git
synced 2024-08-15 03:25:18 +00:00
make links more visible
This commit is contained in:
parent
c07edf9995
commit
da6e8f7a4e
6 changed files with 26 additions and 9 deletions
|
@ -1,10 +1,10 @@
|
|||
{{ define "main" }}
|
||||
<div>
|
||||
<h1 class="title">{{ .Site.Title }}</h1>
|
||||
</div>
|
||||
<div>
|
||||
<header>
|
||||
<h1 id="title" class="colorswitch">{{ .Site.Title }}</h1>
|
||||
</header>
|
||||
<article id="content" class="colorswitch">
|
||||
<p>
|
||||
{{ .Content }}
|
||||
</p>
|
||||
</div>
|
||||
</article>
|
||||
{{ end }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue