From ccee6e58c24c2512020dcc2cd15eeddb987ef4e3 Mon Sep 17 00:00:00 2001 From: IwanIDev Date: Fri, 27 Mar 2026 15:43:45 +0000 Subject: refactor: Moved openring into blog pages rather than homepage That was where I initially meant for it to go, I'm not really sure why I put it on the home page instead. --- src/pages/index.astro | 1 - 1 file changed, 1 deletion(-) (limited to 'src/pages/index.astro') diff --git a/src/pages/index.astro b/src/pages/index.astro index af26414..5a3c639 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -9,7 +9,6 @@ import HomePageHeader from "@/components/HomePageHeader.astro"
-
-- cgit