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 @@