Update description of blog page
This commit is contained in:
parent
3dd5bd891d
commit
286b779473
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
export const title = "Blog";
|
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) {
|
export default function ({ nav, comp }: Lume.Data) {
|
||||||
const { PostListItem } = comp;
|
const { PostListItem } = comp;
|
||||||
|
|
Loading…
Reference in a new issue