Skip to content

Commit

Permalink
fix: Change wording for archived newsletters (#1323)
Browse files Browse the repository at this point in the history
* fix: change wording from recent issues to archived newsletters

* Update content

---------

Co-authored-by: Dan Ott <dan@dtott.com>
  • Loading branch information
adiati98 and danieltott authored Feb 18, 2025
1 parent 2d99f1b commit 323a6c8
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/app/newsletter/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,15 @@ export default async function Index() {

<div className="row">
<div className="col-sm">
<h2>Recent Issues:</h2>
<h2>Newsletter Archive</h2>
<p>
<small>
In 2024, we moved to{' '}
<a href="https://www.newsletter.virtualcoffee.io/">beehiv</a>, and
newer newsletters can be found there. All of our previous
newsletters can be found here:
</small>
</p>
<PostList items={issues} />
{/* {% displayPostList collections.newsletters | reverse %} */}
</div>
Expand Down

0 comments on commit 323a6c8

Please sign in to comment.