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:
@@ -1,8 +1,11 @@
|
||||
---
|
||||
import BaseLayout from '../layouts/BaseLayout.astro';
|
||||
import { Headline } from '../components';
|
||||
|
||||
const title = 'Homepage';
|
||||
const description = '…';
|
||||
---
|
||||
|
||||
<BaseLayout title="Homepage">
|
||||
<BaseLayout title={title} description={description}>
|
||||
<Headline>Homepage</Headline>
|
||||
</BaseLayout>
|
||||
|
||||
Reference in New Issue
Block a user