diff options
Diffstat (limited to 'app/templates/index.html')
| -rw-r--r-- | app/templates/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/templates/index.html b/app/templates/index.html index b37228c..83750ee 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -29,14 +29,14 @@ Welcome {{ render_pkggrid(new) }} - <a href="{{ url_for('packages_page') }}" class="btn btn-secondary float-right"> + <a href="{{ url_for('packages_page', sort='score', order='desc') }}" class="btn btn-secondary float-right"> See more </a> <h2 class="my-3">Popular</h2> {{ render_pkggrid(popular) }} - <a href="{{ url_for('packages_page', type='txp') }}" class="btn btn-secondary float-right"> + <a href="{{ url_for('packages_page', type='txp', sort='score', order='desc') }}" class="btn btn-secondary float-right"> See more </a> <h2 class="my-3">Top Texture Packs</h2> |
