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", day: "numeric",
month: "long", month: "long",
year: "numeric", year: "numeric",
})} })}:
:{email.frontmatter.title} {email.frontmatter.title}
</a> </a>
</li> </li>
)) ))