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 %}