From 6eda14ca50a28f18e32290c0ea8b85e67387353a Mon Sep 17 00:00:00 2001 From: zepp Date: Fri, 21 Feb 2025 07:03:30 -0500 Subject: [PATCH] add target="_blank" to a links in news about emma --- src/pages/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 5a1d2c0..163d94a 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -10,7 +10,7 @@ const linkColorNightMode = "#4cc9f0"; const emmaNews = [ `
  • 01-16-2025 - i'm focusing on studying and trying to get used to the idea of pursuing interests because i can. i wrote a blog post today about how hard the concept is to me
  • `, - `
  • 01-23-2025 - i'm working on moving my blog to blog.emmas.place it is hosted on weblog.lol, a part of the omg.lol service
  • `, + `
  • 01-23-2025 - i'm working on moving my blog to blog.emmas.place it is hosted on weblog.lol, a part of the omg.lol service
  • `, `
  • 02-20-2025 - i've been spending time learning how to use astro instead of handcoding my site. with time there will be a lot here. i like the way content is managed in astro
  • ` ]; ---