From e028c39d26afcf60bd4e1ff9918f097730c87222 Mon Sep 17 00:00:00 2001 From: JP Hastings-Spital Date: Fri, 21 Jul 2023 11:10:40 +0100 Subject: [PATCH] Minor style changes --- layouts/shortcodes/donations.html | 2 +- themes/hello-friend-ng/assets/scss/_main.scss | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) 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!