diff --git a/src/pages/blog/[...slug].astro b/src/pages/blog/[...slug].astro index b36d28e7..15d0244a 100644 --- a/src/pages/blog/[...slug].astro +++ b/src/pages/blog/[...slug].astro @@ -14,8 +14,6 @@ export async function getStaticPaths() { })); } -const back = () => {}; - const { entry } = Astro.props; const { Content } = await entry.render(); const { collection, id, slug } = entry; @@ -33,7 +31,7 @@ const githubEditUrlPathname = generateGitHubEditLink({ slug={slug} >
-
+
Go Back
@@ -50,3 +48,13 @@ const githubEditUrlPathname = generateGitHubEditLink({
+ +