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