Fix social section of online toot shortcode

This commit is contained in:
Brandon Rozek 2022-05-20 18:10:04 -04:00
parent 50ebf56114
commit d5a56b95d8

View file

@ -36,15 +36,15 @@
{{ $boost_url := printf "%s?type=reblog" $social_url }}
<span>
<a class='fas fa-share' href="{{ $reply_url }}"></a>
{{ .Params.replies_count }}
{{ .replies_count }}
</span>
<span>
<a class='fas fa-retweet' href="{{ $boost_url }}"></a>
{{ .Params.reblogs_count }}
{{ .reblogs_count }}
</span>
<span>
<a class='fas fa-star' href="{{ $favorite_url }}"></a>
{{ .Params.favourites_count }}
{{ .favourites_count }}
</span>
<span>| Source: <a class="u-syndication" href="{{ .url }}">{{ .url }}</a></span>
</div>