From d5a56b95d84d6b76a8474158067b31365cf509ee Mon Sep 17 00:00:00 2001 From: Brandon Rozek Date: Fri, 20 May 2022 18:10:04 -0400 Subject: [PATCH] Fix social section of online toot shortcode --- layouts/shortcodes/displayOnlineToot.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/shortcodes/displayOnlineToot.html b/layouts/shortcodes/displayOnlineToot.html index 5584190..5a9520c 100644 --- a/layouts/shortcodes/displayOnlineToot.html +++ b/layouts/shortcodes/displayOnlineToot.html @@ -36,15 +36,15 @@ {{ $boost_url := printf "%s?type=reblog" $social_url }} - {{ .Params.replies_count }} + {{ .replies_count }} - {{ .Params.reblogs_count }} + {{ .reblogs_count }} - {{ .Params.favourites_count }} + {{ .favourites_count }} | Source: {{ .url }}