From 768fa39cf2ef9335d82a5b0adbcf499a0f01e28e Mon Sep 17 00:00:00 2001 From: Tony Grosinger Date: Sun, 24 Mar 2024 09:06:18 -0700 Subject: [PATCH] Fix escaping in blog post summary --- src/app/news/2024-03-06-town-hall-meeting/page.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/news/2024-03-06-town-hall-meeting/page.mdx b/src/app/news/2024-03-06-town-hall-meeting/page.mdx index c25636f..8a6930b 100644 --- a/src/app/news/2024-03-06-town-hall-meeting/page.mdx +++ b/src/app/news/2024-03-06-town-hall-meeting/page.mdx @@ -6,7 +6,7 @@ export const article = { author: 'Tony Grosinger', date: '2024-03-06', title: 'March 2024 Town Hall', - description: "A community gathering to brainstorm ideas for the club's future", + description: "A community gathering to brainstorm ideas for the club's future.", }