Update description of blog page

This commit is contained in:
Foster Hangdaan 2024-09-11 18:43:23 -04:00
parent 3dd5bd891d
commit 286b779473
Signed by: foster
GPG key ID: E48D7F49A852F112

View file

@ -1,5 +1,5 @@
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) {
const { PostListItem } = comp;