From 6d88ac0401c131f3b31d6e7fed8b8e86518d0de7 Mon Sep 17 00:00:00 2001 From: zepp Date: Tue, 18 Mar 2025 02:42:42 -0400 Subject: [PATCH] update news about emma --- src/pages/index.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index c3ddf1f..22b0e37 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -9,9 +9,9 @@ const textColorNightMode = "#f1dac4"; const linkColorNightMode = "#4cc9f0"; const emmaNews = [ - `
  • 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 hand coding my site. with time there will be a lot here. i like the way content is managed in astro
  • `, - '
  • 03-10-2025 - the site is functionally where it was at pre astro migration. now i get to add the new things i\'ve been planning to add03-10-2025 - the site is functionally where it was at pre astro migration. now i get to add the new things i\'ve been planning to add
  • ', + '
  • 03-18-2025 - i recently had the chance to buy gender affirming clothing and beauty products. i\'m doing so much better than i previously was
  • ', ]; ---