Fix script indentation in head (again)

This commit is contained in:
Elnu 2022-02-17 20:38:11 -08:00
parent 598d034119
commit d3981bb4b1

View file

@ -11,7 +11,7 @@
{{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} {{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
{{ end -}} {{ end -}}
<script> <script>
window.onload = () => { window.onload = () => {
const secondary = document.querySelector("#content > div:last-child"); const secondary = document.querySelector("#content > div:last-child");
const mascot = document.getElementById("mascot"); const mascot = document.getElementById("mascot");
const scrollHandler = (event) => { const scrollHandler = (event) => {