From ea6f004022231720b246d6bcea872e49a551aadd Mon Sep 17 00:00:00 2001 From: discomrade Date: Tue, 28 Sep 2021 09:36:14 +0000 Subject: [PATCH] Adjust board search on index page Don't show on non-boards (like overboards) Show inline, not as a new line Remove useless comment --- templates/index.html | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/templates/index.html b/templates/index.html index be52baf5..1a35747a 100644 --- a/templates/index.html +++ b/templates/index.html @@ -71,16 +71,14 @@ [{% trans %}Featured{% endtrans %}] {% endif %} {% if config.board_search %} - -
-

- - - -

-
- + {% if board.uri %} +
+ + + +
{% endif %} + {% endif %}