From 9abbcecf23c39d4c726fb4ab6c188ed70dff903f Mon Sep 17 00:00:00 2001
From: etherware-novice <73374039+etherware-novice@users.noreply.github.com>
Date: Fri, 4 Oct 2024 11:12:11 -0500
Subject: [PATCH] cleaning up some _includes
---
_includes/background.html | 4 ----
_layouts/default.html | 8 ++++++--
_includes/cursortrail.html => assets/js/cursortrail.js | 4 +---
_includes/neko.html => assets/js/neko.js | 5 ++---
4 files changed, 9 insertions(+), 12 deletions(-)
delete mode 100644 _includes/background.html
rename _includes/cursortrail.html => assets/js/cursortrail.js (95%)
rename _includes/neko.html => assets/js/neko.js (98%)
diff --git a/_includes/background.html b/_includes/background.html
deleted file mode 100644
index 2609083..0000000
--- a/_includes/background.html
+++ /dev/null
@@ -1,4 +0,0 @@
-
diff --git a/_layouts/default.html b/_layouts/default.html
index 6b52fdb..1a1646a 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -17,13 +17,17 @@ navbar: topnav
{% if page.neko == "true" %}
- {% include neko.html %}
+
{% endif %}
- {% include background.html %}
+
+
{% include mplayer.html %}
diff --git a/_includes/cursortrail.html b/assets/js/cursortrail.js
similarity index 95%
rename from _includes/cursortrail.html
rename to assets/js/cursortrail.js
index ab548a8..8e48100 100644
--- a/_includes/cursortrail.html
+++ b/assets/js/cursortrail.js
@@ -1,4 +1,3 @@
-
+// ]]>
\ No newline at end of file
diff --git a/_includes/neko.html b/assets/js/neko.js
similarity index 98%
rename from _includes/neko.html
rename to assets/js/neko.js
index b13c831..7f292fb 100644
--- a/_includes/neko.html
+++ b/assets/js/neko.js
@@ -1,4 +1,4 @@
-
+ }, 33);
\ No newline at end of file