diff --git a/layouts/shortcodes/donations.html b/layouts/shortcodes/donations.html index 43769f3b..6b44e8d4 100644 --- a/layouts/shortcodes/donations.html +++ b/layouts/shortcodes/donations.html @@ -1,5 +1,5 @@ {{ $donations := getJSON "https://api.val.town/v1/run/byjp.donations" }} -
Friends have donated £{{ div (math.Round (mul $donations.totalGBP 100)) 100 }} (across {{ $donations.currencyCount }} currencies) to worthy causes in thanks. Thank you!
+Friends have donated £{{ div (math.Round (mul $donations.totalGBP 100)) 100 }} (in {{ $donations.currencyCount }} currencies) to worthy causes in thanks. Thank you!