Skip to content

Commit 95a6b39

Browse files
committed
chore: add website page
1 parent bbfc577 commit 95a6b39

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed

src/content/navigation/footer.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
de:
2+
- path: pages://de/website
3+
title: Lizenz
24
- path: pages://de/imprint
35
title: Impressum
46
- path: pages://de/data-protection
57
title: Datenschutz
68
en:
9+
- path: pages://en/website
10+
title: Licence
711
- path: pages://en/imprint
812
title: Imprint
913
- path: pages://en/data-protection

src/content/pages/de/website.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
path: webseite
3+
title: Webseite
4+
layout: ../../../layouts/pages/Page.astro
5+
---
6+
7+
Hier sind die Informationen zur Webseite zu finden.
8+
9+
## Lizenz

src/content/pages/en/website.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
path: website
3+
title: Website
4+
layout: ../../../layouts/pages/Page.astro
5+
---
6+
7+
Here you can find information about this website.
8+
9+
## License

0 commit comments

Comments
 (0)