From a5266e8d3506e2aa329f8ff14cc41025f9370d59 Mon Sep 17 00:00:00 2001 From: Andy Lulham Date: Sun, 11 Aug 2024 11:20:04 +0100 Subject: [PATCH] chore: reword again --- output/_layouts/default.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/output/_layouts/default.html b/output/_layouts/default.html index 73b1e62c..9c28d508 100644 --- a/output/_layouts/default.html +++ b/output/_layouts/default.html @@ -49,9 +49,9 @@ Something’s gone wrong. There are currently no notes to show. We’re investigating. {% elsif site.data.meta.total_fetched < site.data.meta.total_tweets %} - {% assign perc_fetched = site.data.meta.total_fetched | times: 100 | divided_by: site.data.meta.total_tweets %} + {% assign perc_unfetched = site.data.meta.total_fetched | times: -100 | divided_by: site.data.meta.total_tweets | plus:100 %} {% endif %}