mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2024-11-09 10:50:34 -05:00
Fix social section of online toot shortcode
This commit is contained in:
parent
50ebf56114
commit
d5a56b95d8
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue