From bea74f11db6ad63e7e63b20ba00e43a65031aad0 Mon Sep 17 00:00:00 2001 From: kubgus Date: Tue, 27 Aug 2024 01:19:42 +0200 Subject: [PATCH] Fix style not applied to "Projects" (astro islands issue) --- src/components/content/about-me.astro | 2 +- src/components/content/blog.astro | 2 +- src/components/content/projects.vue | 2 +- src/pages/index.astro | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/content/about-me.astro b/src/components/content/about-me.astro index 201cb4c..d49e4e8 100644 --- a/src/components/content/about-me.astro +++ b/src/components/content/about-me.astro @@ -3,7 +3,7 @@ import TechMarquee from "../tech-marquee.astro"; import PictureFrame from "../picture-frame.astro"; --- -
+

Call me Kubo!

I'm a passionate (mostly) self-taught programmer with a devotion to life-long learning and improvement. diff --git a/src/components/content/blog.astro b/src/components/content/blog.astro index 67e9c56..9d6a2d9 100644 --- a/src/components/content/blog.astro +++ b/src/components/content/blog.astro @@ -6,7 +6,7 @@ const posts = await Astro.glob("../../pages/blog/*.md"); posts.sort((a, b) => new Date(b.frontmatter.date).valueOf() - new Date(a.frontmatter.date).valueOf()); --- -

+

Blog Posts

{ posts.map((post) => ( diff --git a/src/components/content/projects.vue b/src/components/content/projects.vue index 8aaa03c..7c2529b 100644 --- a/src/components/content/projects.vue +++ b/src/components/content/projects.vue @@ -8,7 +8,7 @@