From 7d68b87705aca323590f5e68c1c35b421a72c54c Mon Sep 17 00:00:00 2001 From: Christian van der Loo Date: Thu, 24 Nov 2022 23:22:31 -0500 Subject: [PATCH] Fixed dark mode posts --- src/layouts/PostLayout.astro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/layouts/PostLayout.astro b/src/layouts/PostLayout.astro index b171ea3..7ba991a 100644 --- a/src/layouts/PostLayout.astro +++ b/src/layouts/PostLayout.astro @@ -53,7 +53,9 @@ const dateFmt = dateObj.format("MMMM Do, Y"); ) }
-
+
-- 2.51.2