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
bb56f2df38
commit
db5a1b8664
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@
|
|||
<!-- Ranges through content/posts/*.md -->
|
||||
{{ range .Pages }}
|
||||
<div id="postlist">
|
||||
<h2 class="colorswitch posttitle singlepagelink">
|
||||
<a class="colorswitch" href="{{.Permalink}}">{{.Title}}</h2><div class="postdescription">{{.Description}}</a><br>
|
||||
<h2 class="colorswitch posttitle">
|
||||
<a class="colorswitch singlepagelink" href="{{.Permalink}}">{{.Title}}</h2><div class="postdescription">{{.Description}}</a><br>
|
||||
<a class="postinfo colorswitch" href="{{.Permalink}}">read more...</a>
|
||||
</div>
|
||||
{{ end }}
|
||||
|
|
Loading…
Reference in a new issue