fix: script code should be in head or body, not in between
This commit is contained in:
parent
5d85ccb994
commit
2103191b2f
2 changed files with 3 additions and 4 deletions
|
@ -87,4 +87,7 @@
|
|||
|
||||
<script src="{{ site.data.assets[origin].jquery.js }}"></script>
|
||||
|
||||
{% unless site.theme_mode %}
|
||||
{% include mode-toggle.html %}
|
||||
{% endunless %}
|
||||
</head>
|
||||
|
|
|
@ -19,10 +19,6 @@ layout: compress
|
|||
|
||||
{% include head.html %}
|
||||
|
||||
{% unless site.theme_mode %}
|
||||
{% include mode-toggle.html %}
|
||||
{% endunless %}
|
||||
|
||||
<body data-spy="scroll" data-target="#toc" data-topbar-visible="true">
|
||||
|
||||
{% include sidebar.html %}
|
||||
|
|
Loading…
Reference in a new issue