Skip to content

Commit

Permalink
top
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi committed Dec 4, 2024
1 parent 25dff4f commit 77b06d3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/content/posts/infinite-game/index.md
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
2 changes: 1 addition & 1 deletion src/pages/posts/[...slug].astro
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const jsonLd = {
'before:top-[0.75rem]',
'before:left-[-1.125rem]'
]}>
{entry.data.title.replace("📌 ", "")}
{entry.data.title}
</div>
</div>

Expand Down

0 comments on commit 77b06d3

Please sign in to comment.