main #8

Closed
limepotato wants to merge 183 commits from main into blog-drafts
2 changed files with 3 additions and 2 deletions
Showing only changes of commit 5f7a705472 - Show all commits

View file

@ -2,6 +2,6 @@
<!-- optimized -->
<!-- unoptimized -->
<script is:inline src="/scripts/ntfy.js"></script>
<!-- <script is:inline src="/scripts/ntfy.js"></script>-->
<script is:inline src="/scripts/lastfm.js"></script>
<script is:inline src="/scripts/sound.js"></script>

View file

@ -16,7 +16,7 @@ const { title } = Astro.props;
<head>
<Head title={title} />
</head>
<body onload="checkBoxes(), getSGAState(), redirect(), getPlaceholder()" id="body">
<body onload="getSGAState(), redirect(), checkBoxes(), getPlaceholder()" id="body">
<Header />
<section class="content center">
<h1 class="title">{title}</h1>
@ -26,6 +26,7 @@ const { title } = Astro.props;
<NormalScripts />
<script is:inline src="/scripts/fuckchrome.js"></script>
<script is:inline src="/scripts/sga.js"></script>
<script is:inline src="/scripts/ntfy.js"></script>
<!-- <script is:inline src="/scripts/sn.js"></script>-->
<audio
id="clickSound"