diff --git a/files/templates/html_head.html b/files/templates/html_head.html index 531505b82..e4f94a113 100644 --- a/files/templates/html_head.html +++ b/files/templates/html_head.html @@ -1,4 +1,4 @@ -{% macro html_head(js, include_seo, include_user_css, csp, title2, author, extra_css, include_2fa_verify, include_seo2) %} +{% macro html_head(js, include_seo, include_user_css, csp, title2, author, extra_css, include_2fa_verify, include_seo2, include_neko_debootstrap) %} {# submission.py does a lot of stupid stuff with the title and we don't want to override that #} {# remember, this is very temporary #}
@@ -6,7 +6,7 @@ {{javascript()}} {% endif %} {{meta_tags_1(csp, author)}} - {{stylesheets(include_user_css, extra_css)}} + {{stylesheets(include_user_css, extra_css, include_neko_debootstrap)}} {% if title2 %}