aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2018-12-31 14:01:19 +0000
committerrubenwardy <rw@rubenwardy.com>2018-12-31 14:01:19 +0000
commita68ac9cb4d7d3bd46279cf202a423329fd035e0c (patch)
tree808931ff1b916aa2afd4fc2ddd5e05c24923f07b
parent7943598528b70a1947a2d521ba382b88fdb53e21 (diff)
downloadcheatdb-a68ac9cb4d7d3bd46279cf202a423329fd035e0c.tar.xz
Add number of packages to bottom of homepage
-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 %}