From 1162c53c8f6d8bb775aef21777994b2875bcbdff Mon Sep 17 00:00:00 2001
From: badbl0cks <4161747+badbl0cks@users.noreply.github.com>
Date: Sun, 8 Feb 2026 11:17:52 -0800
Subject: [PATCH] Remove favicon.svg and update layout assets
Use absolute path for unscii-16 preload and remove unscii-8 preload.
Replace file favicon.svg with inline SVG data-URI favicon, using text emoji and coloring it lime
green.
For the footer, remove the current year copyright and replace with Creative Commons icons for
CC-BY-NC-SA license. Move the theme
x-data and parallax choosing logic from BaseLayout to parallax.astro
---
public/favicon.svg | 9 --------
src/layouts/BaseLayout.astro | 42 +++++++++++++++---------------------
src/pages/parallax.astro | 2 +-
3 files changed, 18 insertions(+), 35 deletions(-)
delete mode 100644 public/favicon.svg
diff --git a/public/favicon.svg b/public/favicon.svg
deleted file mode 100644
index f157bd1..0000000
--- a/public/favicon.svg
+++ /dev/null
@@ -1,9 +0,0 @@
-
diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro
index 4ae57e9..68457f3 100644
--- a/src/layouts/BaseLayout.astro
+++ b/src/layouts/BaseLayout.astro
@@ -6,13 +6,7 @@
-
@@ -20,31 +14,21 @@
-