forked from deepStateMirrors/tabi
🐛 fix(header): correct self-closing script tag
This commit is contained in:
parent
ee2b171fbd
commit
94f7a36707
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@
|
|||
{# If JavaScript is disabled, hide the button. #}
|
||||
<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 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 -%}
|
||||
|
||||
{%- if config.extra.analytics.service -%}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue