Fix script indentation in head (again)
This commit is contained in:
parent
598d034119
commit
d3981bb4b1
1 changed files with 1 additions and 1 deletions
|
@ -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) => {
|
||||||
|
|
Loading…
Add table
Reference in a new issue