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 Hero from "../components/Hero.astro";
import Layout from "../layouts/Layout.astro";
import BaseLayout from "../layouts/BaseLayout.astro";
---
<Layout title="Building The Web On Your Terms">
<BaseLayout pageTitle="Building The Web On Your Terms">
<Hero />
</Layout>
</BaseLayout>