Skip to content

Commit

Permalink
fix: scripts inside body
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter committed Apr 22, 2024
1 parent 93d15e3 commit ebf1f81
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/_layouts/base.njk
Expand Up @@ -140,10 +140,10 @@ footerLinks:
<option value="mocha">Mocha</option>
</select>
</footer>
<script>
{{ inlined.js['giscus'] | safe }}
{{ inlined.js['theme-update'] | safe }}
{{ inlined.js['code-toolbar'] | safe }}
</script>
</body>
<script>
{{ inlined.js['giscus'] | safe }}
{{ inlined.js['theme-update'] | safe }}
{{ inlined.js['code-toolbar'] | safe }}
</script>
</html>

0 comments on commit ebf1f81

Please sign in to comment.