🐛 fix(header): correct self-closing script tag
This commit is contained in:
parent
ee2b171fbd
commit
94f7a36707
@ -148,7 +148,7 @@
|
|||||||
{# If JavaScript is disabled, hide the button. #}
|
{# If JavaScript is disabled, hide the button. #}
|
||||||
<noscript><link rel="stylesheet" href="{{ get_url(path='no_js.css') | safe }}"/></noscript>
|
<noscript><link rel="stylesheet" href="{{ get_url(path='no_js.css') | safe }}"/></noscript>
|
||||||
<script type="text/javascript" src="{{ get_url(path='js/initializeTheme.min.js') | safe }}"></script>
|
<script type="text/javascript" src="{{ get_url(path='js/initializeTheme.min.js') | safe }}"></script>
|
||||||
<script defer src="{{ get_url(path='js/themeSwitcher.min.js', trailing_slash=false) | safe }}"/></script>
|
<script defer src="{{ get_url(path='js/themeSwitcher.min.js', trailing_slash=false) | safe }}"></script>
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
|
|
||||||
{%- if config.extra.analytics.service -%}
|
{%- if config.extra.analytics.service -%}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user