diff --git a/ircradio/templates/index.html b/ircradio/templates/index.html index faa94f0..19f892f 100644 --- a/ircradio/templates/index.html +++ b/ircradio/templates/index.html @@ -41,12 +41,12 @@ history.txt -
+

Library (by user)

-
+
@@ -55,8 +55,28 @@
-
+ {% if ENABLE_SEARCH_ROUTE %} +
+
+
+

Quick Search + (general) +

+
+ +
+
+
+ + + + + +
+
+
+ {% endif %}

IRC

{{ settings.irc_host }}:{{ settings.irc_port }}
@@ -65,4 +85,9 @@
     
+ +{% if ENABLE_SEARCH_ROUTE %} + +{% endif %} + {% endblock %}