diff --git a/src/pages/blog/[...id].astro b/src/pages/blog/[...id].astro index 74837ab..b9062fd 100644 --- a/src/pages/blog/[...id].astro +++ b/src/pages/blog/[...id].astro @@ -51,7 +51,7 @@ const post = Astro.props; const { Content, headings } = await render(post); --- - +
Back to blog diff --git a/src/pages/projects/[...id].astro b/src/pages/projects/[...id].astro index 416eeda..8395e71 100644 --- a/src/pages/projects/[...id].astro +++ b/src/pages/projects/[...id].astro @@ -23,7 +23,7 @@ const project = Astro.props; const { Content, headings } = await render(project); --- - +
Back to projects