diff --git a/nyaa/routes.py b/nyaa/routes.py index b92c070..d4ea7a3 100644 --- a/nyaa/routes.py +++ b/nyaa/routes.py @@ -121,7 +121,6 @@ def search(term='', user=None, sort='id', order='desc', category='0_0', quality_ if rss: sort = sort_keys['id'] order = 'desc' - page = 1 same_user = False if flask.g.user: diff --git a/nyaa/templates/layout.html b/nyaa/templates/layout.html index 1b4eb87..3491297 100644 --- a/nyaa/templates/layout.html +++ b/nyaa/templates/layout.html @@ -8,6 +8,7 @@ +