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;