aboutsummaryrefslogtreecommitdiff
path: root/app/templates
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2018-12-22 21:13:56 +0000
committerrubenwardy <rw@rubenwardy.com>2018-12-22 21:13:56 +0000
commit89cae279cd0b31cd257e3983a4f2b285beb719e1 (patch)
treeb22f1cd188a8799704cc94f7259c62b8bf99fc32 /app/templates
parentfd901726b05a24e303501f23ef836d4594872684 (diff)
downloadcheatdb-89cae279cd0b31cd257e3983a4f2b285beb719e1.tar.xz
Add top games to home page
Diffstat (limited to 'app/templates')
-rw-r--r--app/templates/index.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/templates/index.html b/app/templates/index.html
index 83750ee..634224b 100644
--- a/app/templates/index.html
+++ b/app/templates/index.html
@@ -36,6 +36,13 @@ Welcome
{{ render_pkggrid(popular) }}
+ <a href="{{ url_for('packages_page', type='game', sort='score', order='desc') }}" class="btn btn-secondary float-right">
+ See more
+ </a>
+ <h2 class="my-3">Top Games</h2>
+ {{ render_pkggrid(pop_gam) }}
+
+
<a href="{{ url_for('packages_page', type='txp', sort='score', order='desc') }}" class="btn btn-secondary float-right">
See more
</a>