From 748149806d5b415e4b9343ae5c4a04523f61be22 Mon Sep 17 00:00:00 2001 From: João Augusto Costa Branco Marado Torres Date: Sat, 28 Jun 2025 22:47:26 -0300 Subject: fix: html errors --- src/components/organisms/Date.astro | 2 +- src/components/templates/MicroBlog.astro | 22 ++++++++++------------ 2 files changed, 11 insertions(+), 13 deletions(-) (limited to 'src') diff --git a/src/components/organisms/Date.astro b/src/components/organisms/Date.astro index a8b643d..c1ec7e5 100644 --- a/src/components/organisms/Date.astro +++ b/src/components/organisms/Date.astro @@ -11,4 +11,4 @@ const datetime = date.toISOString(); const format = new Intl.DateTimeFormat(locales, options).format(date); --- -{format} + diff --git a/src/components/templates/MicroBlog.astro b/src/components/templates/MicroBlog.astro index b7019c5..c16155e 100644 --- a/src/components/templates/MicroBlog.astro +++ b/src/components/templates/MicroBlog.astro @@ -37,12 +37,12 @@ const little = ((first?.[0] ?? "") + (last?.[0] ?? "")).slice(0, 2); /> -
- +
+
- +
-
+
-