Open the blog

This commit is contained in:
2025-10-14 19:15:51 +02:00
commit 8a2dadcd25
139 changed files with 12534 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
<nav class="site-navigation" role="navigation">
<a href="/"$if(active-blog)$ class="active"$endif$>Home</a>
$for(categories)$
<a class="$body$" href="$url$">$title$</a>
$endfor$
</nav>