diff --git a/src/config.ts b/src/config.ts index 777aca8b5..237053134 100644 --- a/src/config.ts +++ b/src/config.ts @@ -24,7 +24,7 @@ export const siteConfig: SiteConfig = { url: 'https://youtu.be/DtKDPBqMu3o?t=7239' // (Optional) URL link to the original artwork or artist's page } }, - topBlog: "Leadership is an Infinite-Game", + topBlog: "Ardeth Bay - Leadership is an Infinite Game", toc: { enable: true, // Display the table of contents on the right side of the post depth: 3 // Maximum heading depth to show in the table, from 1 to 3 diff --git a/src/content/posts/infinite-game/index.md b/src/content/posts/infinite-game/index.md index b4d1b6161..f2f64f42b 100644 --- a/src/content/posts/infinite-game/index.md +++ b/src/content/posts/infinite-game/index.md @@ -1,6 +1,6 @@ --- -title: 📌 Ardeth Bay - Leadership is an Infinite Game -published: 2024-12-03 +title: Ardeth Bay - Leadership is an Infinite Game +published: 2024-12-02 description: My definition of a true leadership - A chieftain and A book image: cover.png tags: [Leadership] diff --git a/src/pages/posts/[...slug].astro b/src/pages/posts/[...slug].astro index d0b89a2ce..72ad3c808 100644 --- a/src/pages/posts/[...slug].astro +++ b/src/pages/posts/[...slug].astro @@ -99,7 +99,7 @@ const jsonLd = { 'before:top-[0.75rem]', 'before:left-[-1.125rem]' ]}> - {entry.data.title.replace("📌 ", "")} + {entry.data.title}