From 58d38a26c07ddd6a8f28ad76e3fac12bb7e29bbb Mon Sep 17 00:00:00 2001 From: zepp Date: Fri, 21 Feb 2025 06:32:08 -0500 Subject: [PATCH] use Fragment to treat strings as html allows links in news about emma to function as URLs and not just text --- src/pages/index.astro | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 8b8444d..3190f32 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -8,9 +8,9 @@ const textColorNightMode = "#f1dac4"; 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`, - `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` + `
  • 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
  • `, + `
  • 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
  • ` ]; --- @@ -66,7 +66,7 @@ const emmaNews = [

    news about emma