fix: archive list colon positioning
This commit is contained in:
parent
4e000a396f
commit
ce5dba2f6b
|
@ -26,8 +26,8 @@ const { page } = Astro.props;
|
|||
day: "numeric",
|
||||
month: "long",
|
||||
year: "numeric",
|
||||
})}
|
||||
:{email.frontmatter.title}
|
||||
})}:
|
||||
{email.frontmatter.title}
|
||||
</a>
|
||||
</li>
|
||||
))
|
||||
|
|
Loading…
Reference in a new issue