diff --git a/nyaa/templates/home.html b/nyaa/templates/home.html index 350cbb6..226e560 100644 --- a/nyaa/templates/home.html +++ b/nyaa/templates/home.html @@ -1,5 +1,5 @@ {% extends "layout.html" %} -{% block title %}Browse :: {{ config.SITE_NAME }}{% endblock %} +{% block title %}{% if search.term %}{{ search.term | e}}{% else %}Browse{% endif %} :: {{ config.SITE_NAME }}{% endblock %} {% block body %}