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

@@ -19,7 +19,7 @@ const allAiArt = await getCollection('ai-art');
allAiArt.sort(sortBySortKey);
const title = 'AI Art';
const description = '';
const description = 'This is a collection of AI art pieces Ive created with Stable Diffusion.';
---
<GridLayout title={title} description={description} grid="wide" class="grid" innerGrid>