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
|
@ -12,7 +12,8 @@
|
|||
{{ range .Pages }}
|
||||
<div id="postlist">
|
||||
<h2 class="colorswitch posttitle">
|
||||
<a class="colorswitch" href="{{.Permalink}}">{{.Title}}</h2><div class="postdescription">{{.Description}}<br>{{.WordCount}} words</a>
|
||||
<a class="colorswitch" href="{{.Permalink}}">{{.Title}}</h2><div class="postdescription">{{.Description}}</a><br>
|
||||
<a class="postinfo" href="{{.Permalink}}">{{.WordCount}} words | read more...</a>
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
|
|
|
@ -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