diff --git a/files/templates/default.html b/files/templates/default.html index fadd6d2999..b90c93cdb6 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -79,8 +79,6 @@ {% endif %} -{{g.browser}} - {% if HOLIDAY_EVENT %} {% include "event/music.html" %} {% endif %} diff --git a/files/templates/util/html_head.html b/files/templates/util/html_head.html index d5b16fccf5..d517be6a0c 100644 --- a/files/templates/util/html_head.html +++ b/files/templates/util/html_head.html @@ -9,6 +9,7 @@ {% macro javascript() %} + {{g.browser}} {% endmacro %} {% macro page_meta(title=none) %}