From be0d9c9f3046c368891d4686be624789a4ed227a Mon Sep 17 00:00:00 2001 From: benjaminramey Date: Wed, 30 Sep 2020 20:57:10 -0500 Subject: [PATCH] Fix verbiage --- src/pages/archive.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/archive.js b/src/pages/archive.js index 3ffe246..99df1f1 100644 --- a/src/pages/archive.js +++ b/src/pages/archive.js @@ -26,7 +26,7 @@ export default function Archive({ data }) { return ( -

Browse all posts by month and year.

+

Browse all posts year.

{yearGroupsHtml}
);