Skip to content

Commit

Permalink
Change share images and fix ampersand
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisChinchilla committed Jul 10, 2024
1 parent 4ce85a4 commit bb4873e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/pages/podcast/chinchillasqueaks/[...page].astro
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const meta = {
description:
'My pre-eminent podcast, Chinchilla Squeaks, has run for nearly eight years and taken me all over the globe. It runs every other week as an interview with a tech or creative luminary and every other week featuring interesting links and news.',
// canonical: post.canonical || url,
// image: await findImage(post.image),
image: showImage,
// noindex: BLOG?.post?.noindex,
// ogType: 'article',
};
Expand Down
5 changes: 3 additions & 2 deletions src/pages/podcast/whiskywordswit/[...page].astro
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ export async function getStaticPaths({ paginate }) {
const { page } = Astro.props;
const meta = {
title: 'Whisky, Words, & Wit',
//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.",
// canonical: post.canonical || url,
// image: await findImage(post.image),
image: showImage,
// noindex: BLOG?.post?.noindex,
// ogType: 'article',
};
Expand Down

0 comments on commit bb4873e

Please sign in to comment.