diff --git a/src/content/posts/infinite-game/index.md b/src/content/posts/infinite-game/index.md index 0233114fe..0ede42e5c 100644 --- a/src/content/posts/infinite-game/index.md +++ b/src/content/posts/infinite-game/index.md @@ -1,5 +1,5 @@ --- -title: Leadership is an Infinite-Game +title: 📌 Leadership is an Infinite-Game published: 2024-12-03 description: [Top Blog] Ardeth Bay is my role model for a perfect leader. image: cover.png diff --git a/src/utils/content-utils.ts b/src/utils/content-utils.ts index 04a9da3d7..c5458ff91 100644 --- a/src/utils/content-utils.ts +++ b/src/utils/content-utils.ts @@ -25,7 +25,6 @@ export async function getSortedPosts(): Promise< return dateA > dateB ? -1 : 1 }, ) - sorted[0].data.title = "📌 " + sorted[0].data.title for (let i = 1; i < sorted.length; i++) { sorted[i].data.nextSlug = sorted[i - 1].slug