more readable links

This commit is contained in:
Zoe 2022-04-15 21:07:54 +02:00
parent da6e8f7a4e
commit b8901b68d7
3 changed files with 8 additions and 2 deletions

View file

@ -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>