diff --git a/nyaa/templates/home.html b/nyaa/templates/home.html index 93ad9a6..ed75e1c 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 %}