Skip to content

Commit

Permalink
🐛 fix(header): correct self-closing script tag
Browse files Browse the repository at this point in the history
  • Loading branch information
welpo committed Nov 22, 2023
1 parent ee2b171 commit 94f7a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 -%}
Expand Down

0 comments on commit 94f7a36

Please sign in to comment.