From eab0632d5c94fc3cbac52e4b1daff349bf53258e Mon Sep 17 00:00:00 2001
From: Mat Manna <91392083+matmanna@users.noreply.github.com>
Date: Sun, 23 Nov 2025 23:45:44 +0000
Subject: [PATCH] :zap: Make small js files inline
---
_includes/scrollspy.html | 64 +++++++++++++++++++++++++++++++++++++
_includes/toggle-theme.html | 36 +++++++++++++++++++++
_layouts/default.html | 2 +-
_layouts/page.html | 2 +-
_layouts/post.html | 2 +-
assets/js/scrollspy.js | 62 -----------------------------------
tailwind.config.js | 2 +-
7 files changed, 104 insertions(+), 66 deletions(-)
create mode 100644 _includes/scrollspy.html
create mode 100644 _includes/toggle-theme.html
diff --git a/_includes/scrollspy.html b/_includes/scrollspy.html
new file mode 100644
index 0000000..6dc546e
--- /dev/null
+++ b/_includes/scrollspy.html
@@ -0,0 +1,64 @@
+
\ No newline at end of file
diff --git a/_includes/toggle-theme.html b/_includes/toggle-theme.html
new file mode 100644
index 0000000..8101335
--- /dev/null
+++ b/_includes/toggle-theme.html
@@ -0,0 +1,36 @@
+
\ No newline at end of file
diff --git a/_layouts/default.html b/_layouts/default.html
index 7b5b493..d14ff1b 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -23,7 +23,7 @@
{% include foot.html %}
-
+ {% include toggle-theme.html %}