diff --git a/layouts/shortcodes/donations.html b/layouts/shortcodes/donations.html index f80d74e4..43769f3b 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 £{{ $donations.totalGBP }} (across {{ $donations.currencyCount }} currencies) to worthy causes in thanks. Thank you!

+

Friends have donated £{{ div (math.Round (mul $donations.totalGBP 100)) 100 }} (across {{ $donations.currencyCount }} currencies) to worthy causes in thanks. Thank you!