mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 12:05:28 +00:00
feat: add title and description to all pages
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user