diff --git a/src/components/content/blog.astro b/src/components/content/blog.astro
index a8d8972..5506a15 100644
--- a/src/components/content/blog.astro
+++ b/src/components/content/blog.astro
@@ -9,15 +9,6 @@ posts.sort((a, b) => new Date(b.frontmatter.date).valueOf() - new Date(a.frontma
Join my newsletter!
-
-
- I have a newsletter, btw! I post regular updates on my work, exclusive
- guides, and Patreon member articles for free.
-
-
- Join
-
-
Blog Posts
{
posts.map((post) => (
@@ -25,24 +16,3 @@ posts.sort((a, b) => new Date(b.frontmatter.date).valueOf() - new Date(a.frontma
))
}
-
-