Files
thiloho.github.io/src/pages/legal-disclosure.astro

12 lines
270 B
Plaintext

---
import PageLayout from "../layouts/PageLayout.astro";
import { Content } from "../content/legal-disclosure.md";
---
<PageLayout
title="Legal Disclosure"
description="Legal notice and contact details in accordance with German law."
>
<Content />
</PageLayout>