diff --git a/blog/index.tsx b/blog/index.tsx index cabd504..fd932be 100644 --- a/blog/index.tsx +++ b/blog/index.tsx @@ -1,5 +1,5 @@ export const title = "Blog"; -export const description = "Hello, my friend. Stay a while and listen."; +export const description = "Hello, stranger. Stay a while and listen."; export default function({ nav }) { const sortPosts = (a,b) => { @@ -15,8 +15,9 @@ export default function({ nav }) { if (!nav.menu("/blog/posts")) { return (
- -

No posts yet.
Check back later.

+ +

No posts yet

+

Foster is on a coffee break.
Check back later.

); }