diff --git a/templates/home.html b/templates/home.html index 9c9d084..9d99914 100644 --- a/templates/home.html +++ b/templates/home.html @@ -8,9 +8,9 @@
{{ stats["file_count"] }} files totalling - ~{{ stats["file_size"] | filesizeformat }} from {{ stats["website_count"] }} website(s)
+ {% if stats and stats["total_size"] %} +{{ stats["total_count"] }} files totalling + ~{{ stats["total_size"] | filesizeformat }} from {{ stats["website_count"] }} website(s)
{% endif %} {% if current_websites %}Currently indexing {{ current_websites }}