chore: add title and description to all pages

This commit is contained in:
Stefan Imhoff
2023-05-29 11:24:20 +02:00
parent e7836c0e51
commit 8ad31a96c0
15 changed files with 57 additions and 24 deletions

View File

@@ -15,9 +15,12 @@ import { mapping } from '../mdx-components';
const allSketchnotes = await getCollection('sketchnotes');
allSketchnotes.sort(sortBySortKey);
const title = 'Sketchnotes';
const description = 'This is a collection of Sketchnotes Ive drawn.';
---
<GridLayout title="Sketchnotes" grid="wide" class="grid" innerGrid>
<GridLayout title={title} description={description} grid="wide" class="grid" innerGrid>
<PageTitle grid="wide" innerGrid>Sketchnotes</PageTitle>
<article