From a68ac9cb4d7d3bd46279cf202a423329fd035e0c Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Mon, 31 Dec 2018 14:01:19 +0000 Subject: [PATCH] Add number of packages to bottom of homepage --- app/templates/index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/templates/index.html b/app/templates/index.html index 4b976cc..210cc84 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -49,5 +49,10 @@ Welcome

Top Texture Packs

{{ render_pkggrid(pop_txp) }} +
+ + CDB has {{ count }} packages available to download. + +
{% endblock %}