From 286b77947352968851f0fd3b5e0f3f73e8cb616b Mon Sep 17 00:00:00 2001 From: Foster Hangdaan Date: Wed, 11 Sep 2024 18:43:23 -0400 Subject: [PATCH] Update description of blog page --- src/blog/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blog/index.tsx b/src/blog/index.tsx index 69cf23a..a3f9cfe 100644 --- a/src/blog/index.tsx +++ b/src/blog/index.tsx @@ -1,5 +1,5 @@ export const title = "Blog"; -export const description = "Hello, stranger. Stay a while and listen."; +export const description = "A strange place where I write something other than code."; export default function ({ nav, comp }: Lume.Data) { const { PostListItem } = comp;