Skip to content

Commit

Permalink
Add top blog
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi committed Dec 3, 2024
1 parent 45c1c32 commit 6e6d446
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/content/posts/infinite-game/index.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion src/utils/content-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6e6d446

Please sign in to comment.