From 247e2ff3c238b5bf0c32586eb9dc7e9560e5a003 Mon Sep 17 00:00:00 2001 From: Krem Date: Thu, 16 Oct 2025 20:03:20 +0200 Subject: [PATCH] Add Blog section and comment out webring --- src/pages/index.astro | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 3e66768..5dc3786 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -2,6 +2,7 @@ import Layout from "../layouts/Layout.astro"; import Intro from "../components/Intro.astro"; import Projects from "../components/Projects.astro"; +import Blog from "../components/Blog.astro"; import WaveDivider from "../components/WaveDivider.astro"; import Webring from "../components/Webring.astro"; import SpotifyNowPlaying from "../components/SpotifyNowPlaying.astro"; @@ -20,15 +21,18 @@ const variables = { + + + - +