From 13d83842aaf47a41a597396a0b58f1ed8d012cc3 Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Fri, 1 Sep 2023 19:26:23 -0500 Subject: [PATCH] fix padding again --- src/pages/posts/[...slug].astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/posts/[...slug].astro b/src/pages/posts/[...slug].astro index 3a5ac30..209cb84 100644 --- a/src/pages/posts/[...slug].astro +++ b/src/pages/posts/[...slug].astro @@ -31,7 +31,7 @@ const datestamp = post.data.date.toLocaleDateString(undefined, { }); --- - +