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
View File
@@ -19,6 +19,9 @@ const isEnglish = Astro.currentLocale === "en";
<nav>
<ul>
<li>
<a class="hoverable" href="/blog">Blog</a>
</li>
<li>
<a class="hoverable" href="/imprint">Imprint</a>
</li>