diff --git a/src/layouts/PageLayout.astro b/src/layouts/PageLayout.astro index c5bff43..9743333 100644 --- a/src/layouts/PageLayout.astro +++ b/src/layouts/PageLayout.astro @@ -22,7 +22,7 @@ const { title, description, pubDate, modDate, slug } = Astro.props;
diff --git a/src/pages/blog/[slug].astro b/src/pages/blog/[slug].astro index d841af6..057c0ed 100644 --- a/src/pages/blog/[slug].astro +++ b/src/pages/blog/[slug].astro @@ -45,9 +45,7 @@ const { Content, headings } = await render(article); > -
+

Table of Contents