Implement mastodon comments

This commit is contained in:
2024-02-04 19:36:44 -06:00
parent aa60dc5e32
commit 69d7cd1da6
20 changed files with 354 additions and 22 deletions

View File

@ -13,5 +13,5 @@ numberOfLatestPostsToShow: 5
{% set morePosts = postsCount - numberOfLatestPostsToShow %}
{% if morePosts > 0 %}
<p>See {{ morePosts }} more post{% if morePosts != 1 %}s{% endif %} in <a href="/blog/">the blog</a>.</p>
<a class="big-link" href="/blog/">See {{ morePosts }} more post{% if morePosts != 1 %}s{% endif %} in the blog &#187;</a>
{% endif %}