From 726c715d5c31f3b19ec83fbbe352ec8ccb40b199 Mon Sep 17 00:00:00 2001 From: flyfloh Date: Sun, 22 Dec 2024 22:24:23 +0100 Subject: [PATCH] blog: show post names in titles (#1612) The change in this PR shows the blog post title in the page title. Closes #727. --- src/pages/blog/[category]/[year]/[id].astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/blog/[category]/[year]/[id].astro b/src/pages/blog/[category]/[year]/[id].astro index 93a215b1da..10ab48e3a6 100644 --- a/src/pages/blog/[category]/[year]/[id].astro +++ b/src/pages/blog/[category]/[year]/[id].astro @@ -20,7 +20,7 @@ const { entry } = Astro.props; const { Content } = await entry.render(); --- - +