mirror of
https://git.kittycat.homes/zoe/hugo-battheme.git
synced 2024-08-15 03:25:18 +00:00
more readable links
This commit is contained in:
parent
da6e8f7a4e
commit
b8901b68d7
3 changed files with 8 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
|||
<div id="postlist">
|
||||
<h2 class="colorswitch posttitle">
|
||||
<a class="colorswitch" href="{{.Permalink}}">{{.Title}}</h2><div class="postdescription">{{.Description}}</a><br>
|
||||
<a class="postinfo" href="{{.Permalink}}">{{.WordCount}} words | read more...</a>
|
||||
<a class="postinfo colorswitch" href="{{.Permalink}}">read more...</a>
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue