fix: archive list colon positioning
This commit is contained in:
parent
4e000a396f
commit
ce5dba2f6b
|
@ -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>
|
||||||
))
|
))
|
||||||
|
|
Loading…
Reference in a new issue