diff options
Diffstat (limited to 'app/templates')
| -rw-r--r-- | app/templates/index.html | 7 |
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> |
