fix: archive list colon positioning

This commit is contained in:
Oliver Davies 2023-01-09 01:48:35 +00:00
parent 4e000a396f
commit ce5dba2f6b

View file

@ -26,8 +26,8 @@ const { page } = Astro.props;
day: "numeric",
month: "long",
year: "numeric",
})}
:{email.frontmatter.title}
})}:
{email.frontmatter.title}
</a>
</li>
))