Add top games to home page

This commit is contained in:
rubenwardy
2018-12-22 21:13:56 +00:00
parent fd901726b0
commit 89cae279cd
2 changed files with 10 additions and 1 deletions

View File

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