Make "read more posts" link on main page a button
This commit is contained in:
parent
b1da97ed3d
commit
624575b430
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue