Fix verbiage

This commit is contained in:
2020-09-30 20:57:10 -05:00
parent a88aecb93f
commit be0d9c9f30

View File

@@ -26,7 +26,7 @@ export default function Archive({ data }) {
return ( return (
<Page headerInfo={siteMetadata} pageTitle="Posts Archive"> <Page headerInfo={siteMetadata} pageTitle="Posts Archive">
<p>Browse all posts by month and year.</p> <p>Browse all posts year.</p>
{yearGroupsHtml} {yearGroupsHtml}
</Page> </Page>
); );