From 02a3044437c3da6e85bc531235930bcb360b6160 Mon Sep 17 00:00:00 2001 From: Xevion Date: Sun, 26 Nov 2023 07:53:03 -0600 Subject: [PATCH] Use proper short month, increase day leading size --- src/components/Summary.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Summary.astro b/src/components/Summary.astro index 517d02a..403202e 100644 --- a/src/components/Summary.astro +++ b/src/components/Summary.astro @@ -14,10 +14,10 @@ const { url, date, title, tags, description } = Astro.props;