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"; --- -
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()); --- -
This project was picked just for you to check out!
diff --git a/src/pages/index.astro b/src/pages/index.astro index f9e4aa8..ceb08ec 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -72,14 +72,14 @@ const title = "Jakub Gustafik";