From ee3918f42877a71bb4fbc2ef16bfabd2a7d2db39 Mon Sep 17 00:00:00 2001 From: Timothy Pidashev Date: Tue, 28 Jan 2025 08:52:05 -0800 Subject: [PATCH] Add title and description to blog posts --- src/src/pages/blog/[...slug].astro | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/src/pages/blog/[...slug].astro b/src/src/pages/blog/[...slug].astro index df2fcc5..1477e03 100644 --- a/src/src/pages/blog/[...slug].astro +++ b/src/src/pages/blog/[...slug].astro @@ -56,7 +56,10 @@ const jsonLd = { }; --- - +