diff --git a/nyaa/templates/home.html b/nyaa/templates/home.html index dd7440a..3b46d2b 100644 --- a/nyaa/templates/home.html +++ b/nyaa/templates/home.html @@ -2,13 +2,14 @@ {% block title %}{% if search.term %}{{ search.term | e}}{% else %}Browse{% endif %} :: {{ config.SITE_NAME }}{% endblock %} {% block body %} +{% if search["term"] == '' %}

2017-05-22 Update: We've added comments. You can change your avatar using Gravatar or if you don't like gravatar you can just stick with our spify default avatar.

2017-05-22 Update: We've updated our upload API to v2 (v1 is now disabled!). See documentation here.

We welcome you to provide feedback at #nyaa-dev@irc.rizon.net

Our GitHub: https://github.com/nyaadevs - creating issues for features and faults is recommendable!

- +{% endif %} {% include "search_results.html" %}