diff --git a/src/pages/posts/[...slug].astro b/src/pages/posts/[...slug].astro index aaf5dc073..77b826bf7 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} + {entry.data.title.replace("📌 ", "")}