From 63a469e08b557040356f8d846351e6ab142b8002 Mon Sep 17 00:00:00 2001 From: ReimuHakurei Date: Wed, 24 May 2017 07:18:57 +0000 Subject: [PATCH] Hide news blob on search pages. --- nyaa/templates/home.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" %}