aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/templates/index.html5
1 files changed, 5 insertions, 0 deletions
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
<h2 class="my-3">Top Texture Packs</h2>
{{ render_pkggrid(pop_txp) }}
+ <div class="text-center">
+ <small>
+ CDB has {{ count }} packages available to download.
+ </small>
+ </div>
<!-- </main> -->
{% endblock %}