1
0

Start implementation for blog posts

This commit is contained in:
Michael Rieger
2025-10-20 09:13:19 +02:00
parent 39e20d9816
commit 1361095a76
11 changed files with 150 additions and 27 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
---
import Layout from "../layouts/Layout.astro";
import BaseLayout from "../layouts/BaseLayout.astro";
---
<Layout title="Privacy Policy">
<BaseLayout pageTitle="Privacy Policy">
<main class="content">
<h1>Privacy Policy</h1>
@@ -81,7 +81,7 @@ import Layout from "../layouts/Layout.astro";
</p>
</div>
</main>
</Layout>
</BaseLayout>
<style>
* + * {