From ce5dba2f6bbaf5f057582427637d222b4d403498 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 9 Jan 2023 01:48:35 +0000 Subject: [PATCH] fix: archive list colon positioning --- website/src/pages/archive/[...page].astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/src/pages/archive/[...page].astro b/website/src/pages/archive/[...page].astro index 0707b7d5..ec213cf8 100644 --- a/website/src/pages/archive/[...page].astro +++ b/website/src/pages/archive/[...page].astro @@ -26,8 +26,8 @@ const { page } = Astro.props; day: "numeric", month: "long", year: "numeric", - })} - :{email.frontmatter.title} + })}: + {email.frontmatter.title} ))