diff options
| author | rubenwardy <rw@rubenwardy.com> | 2018-05-24 20:42:26 +0100 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2018-05-24 20:42:26 +0100 |
| commit | 3565058eea6f2ec8f47b0afce068ed0c5e801981 (patch) | |
| tree | 220ebbbc64092e5ecaabbaef91fabbc19ef72bf5 /app/templates/index.html | |
| parent | 149b43a0137f04172d591bd328b485788e70f3a8 (diff) | |
| download | cheatdb-3565058eea6f2ec8f47b0afce068ed0c5e801981.tar.xz | |
Fix package count on home page
Diffstat (limited to 'app/templates/index.html')
| -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 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> |
