Fix formatting
This commit is contained in:
parent
286b779473
commit
78484748f8
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue