diff options
| author | rubenwardy <rw@rubenwardy.com> | 2019-01-29 01:43:21 +0000 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2019-01-29 01:43:21 +0000 |
| commit | 7810bb54e0fea0f9452423d89e13ab0c87f767f1 (patch) | |
| tree | 7885ed204f767eb9c49f1f16c51cdbd2c7b5374d /app/templates | |
| parent | 2844773e4d05b3453fb90e131035a1639f05cd84 (diff) | |
| download | cheatdb-7810bb54e0fea0f9452423d89e13ab0c87f767f1.tar.xz | |
Add download counter to home page
Diffstat (limited to 'app/templates')
| -rw-r--r-- | app/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/index.html b/app/templates/index.html index 210cc84..e11b3c8 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -51,7 +51,7 @@ Welcome <div class="text-center"> <small> - CDB has {{ count }} packages available to download. + CDB has {{ count }} packages, with a total of {{ downloads }} downloads. </small> </div> <!-- </main> --> |
