From 78484748f856c34c95c42c910e8dfda1c0e1a3a7 Mon Sep 17 00:00:00 2001 From: Foster Hangdaan Date: Wed, 11 Sep 2024 18:54:55 -0400 Subject: [PATCH] Fix formatting --- src/blog/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/blog/index.tsx b/src/blog/index.tsx index a3f9cfe..d5aa8ac 100644 --- a/src/blog/index.tsx +++ b/src/blog/index.tsx @@ -1,5 +1,6 @@ export const title = "Blog"; -export const description = "A strange place where I write something other than code."; +export const description = + "A strange place where I write something other than code."; export default function ({ nav, comp }: Lume.Data) { const { PostListItem } = comp;