Make "read more posts" link on main page a button

This commit is contained in:
Marcel Kapfer 2021-08-18 22:35:37 +02:00
parent b1da97ed3d
commit 624575b430
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 1 additions and 1 deletions

View File

@ -48,6 +48,6 @@
{{ end }}
{{ with .Site.GetPage "/blog" }}
<a href="{{ .Permalink }}">Read more posts</a>
<a class="btn" href="{{ .Permalink }}">Read more posts</a>
{{ end }}
{{ end }}