diff options
author | rubenwardy <rw@rubenwardy.com> | 2018-12-31 14:01:19 +0000 |
---|---|---|
committer | rubenwardy <rw@rubenwardy.com> | 2018-12-31 14:01:19 +0000 |
commit | a68ac9cb4d7d3bd46279cf202a423329fd035e0c (patch) | |
tree | 808931ff1b916aa2afd4fc2ddd5e05c24923f07b | |
parent | 7943598528b70a1947a2d521ba382b88fdb53e21 (diff) | |
download | cheatdb-a68ac9cb4d7d3bd46279cf202a423329fd035e0c.tar.xz |
Add number of packages to bottom of homepage
-rw-r--r-- | app/templates/index.html | 5 |
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 %} |