From 99c5be2bf3005a20b52eea7ab0e0ab07eb0ea9a7 Mon Sep 17 00:00:00 2001 From: Chris Chinchilla Date: Wed, 10 Jul 2024 12:54:16 +0200 Subject: [PATCH] Fix name --- src/pages/podcast/whiskywordswit/[...page].astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/podcast/whiskywordswit/[...page].astro b/src/pages/podcast/whiskywordswit/[...page].astro index 26476bf7..654e53b6 100644 --- a/src/pages/podcast/whiskywordswit/[...page].astro +++ b/src/pages/podcast/whiskywordswit/[...page].astro @@ -31,7 +31,7 @@ const meta = { //TODO: Why doesn't apersand work? title: 'Whisky, Words, and Wit', description: - "My podcast with Mustafa Keksin, where we get together, drink whisk(e)y and discuss life, writing, and the trials and tribulations of getting old. Along the way there's jokes, stories, and more.", + "My podcast with Mustafa Keskin, where we get together, drink whisk(e)y and discuss life, writing, and the trials and tribulations of getting old. Along the way there's jokes, stories, and more.", // canonical: post.canonical || url, image: showImage, // noindex: BLOG?.post?.noindex,