Add number of packages to bottom of homepage

This commit is contained in:
rubenwardy 2018-12-31 14:01:19 +00:00
parent 7943598528
commit a68ac9cb4d
1 changed files with 5 additions and 0 deletions

View File

@ -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 %}