Fix formatting

This commit is contained in:
Foster Hangdaan 2024-09-11 18:54:55 -04:00
parent 286b779473
commit 78484748f8
Signed by: foster
GPG key ID: E48D7F49A852F112

View file

@ -1,5 +1,6 @@
export const title = "Blog"; 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) { export default function ({ nav, comp }: Lume.Data) {
const { PostListItem } = comp; const { PostListItem } = comp;