Skip to content

Commit

Permalink
fix sidenote refs
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewDTR committed Nov 27, 2024
1 parent aaf429a commit 9b3a645
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/pages/demo/sidenoteAstro.astro
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ import BaseLayout from "../../layouts/BaseLayout.astro";
</section>
</div>

<script src="./sidenotes.js"></script>
<script is:inline src="/sidenotes.js"></script>
</BaseLayout>
4 changes: 2 additions & 2 deletions src/pages/demo/sidenotebase.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!doctype html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
Expand Down Expand Up @@ -34,6 +34,6 @@
</ol>
</section>
</div>
<script src="sidenotes.js"></script>
<script is:inline src="/sidenotes.js"></script>
</body>
</html>

0 comments on commit 9b3a645

Please sign in to comment.