From 5c1aa0259994834a8edbdb2a873c70eaf38d96be Mon Sep 17 00:00:00 2001 From: Jewgeni Lewash Date: Tue, 5 Mar 2024 16:13:34 +0100 Subject: [PATCH] chore(blog): add page title --- src/pages/blog.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/blog.astro b/src/pages/blog.astro index f82cb04..8d80e2e 100644 --- a/src/pages/blog.astro +++ b/src/pages/blog.astro @@ -5,7 +5,7 @@ import Heading from '@/components/ui/Heading.astro'; const allBlogposts = await getCollection('blog'); --- - +
Blog