aboutsummaryrefslogtreecommitdiff
path: root/app/templates/index.html
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2018-05-24 20:42:26 +0100
committerrubenwardy <rw@rubenwardy.com>2018-05-24 20:42:26 +0100
commit3565058eea6f2ec8f47b0afce068ed0c5e801981 (patch)
tree220ebbbc64092e5ecaabbaef91fabbc19ef72bf5 /app/templates/index.html
parent149b43a0137f04172d591bd328b485788e70f3a8 (diff)
downloadcheatdb-3565058eea6f2ec8f47b0afce068ed0c5e801981.tar.xz
Fix package count on home page
Diffstat (limited to 'app/templates/index.html')
-rw-r--r--app/templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/index.html b/app/templates/index.html
index fee35db..41a3990 100644
--- a/app/templates/index.html
+++ b/app/templates/index.html
@@ -11,7 +11,7 @@ Welcome
<p>
Minetest's official content repository.
- Browse {{ packages | length }} packages,
+ Browse {{ count }} packages,
all available under a free and open source
license.
</p>