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 allAiArt = await getCollection('ai-art');
allAiArt.sort(sortBySortKey);
const title = 'AI Art';
const description = '…';
---
<GridLayout title="Sketchnotes" grid="wide" class="grid" innerGrid>
<GridLayout title={title} description={description} grid="wide" class="grid" innerGrid>
<PageTitle grid="wide" innerGrid>AI Art</PageTitle>
<article