feat: add title and description to all pages

This commit is contained in:
Stefan Imhoff
2023-06-11 16:16:02 +02:00
parent 47d451e4d9
commit d959af246d
15 changed files with 22 additions and 18 deletions

View File

@@ -23,8 +23,8 @@ import { mapping } from '../mdx-components';
const allPosts = await getCollection('journal');
const formattedLatest = formatPosts(allPosts, { limit: 6 });
const title = 'Home';
const description = '';
const title = 'Stefan Imhoff';
const description = 'Front-End Web Developer from Hamburg, Germany';
---
<GridLayout title={title} description={description} grid="fullsize" class="grid" innerGrid>