Major styling update
This commit is contained in:
@ -13,5 +13,9 @@ numberOfLatestPostsToShow: 5
|
||||
|
||||
{% set morePosts = postsCount - numberOfLatestPostsToShow %}
|
||||
{% if morePosts > 0 %}
|
||||
<a class="big-link" href="/blog/">See {{ morePosts }} more post{% if morePosts != 1 %}s{% endif %} in the blog »</a>
|
||||
<a class="link-button" href="/blog/">
|
||||
<button type="button">
|
||||
See {{ morePosts }} more post{% if morePosts != 1 %}s{% endif %} in the blog
|
||||
</button>
|
||||
</a>
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user