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,8 @@
<footer class="site-footer">
<nav>
<a href="/impressum.html">Impressum</a>
<a href="/datenschutz.html">Datenschutz</a>
</nav>
<p>E-Mail: <a href="mailto:belka@caraus.de">belka@caraus.de</a></p>
</footer>

View File

@@ -0,0 +1,6 @@
<header class="site-header">
<a class="site-header-wrapper" href="/">
<span class="site-subtitle">Über Technik und Philosophie</span>
<span class="site-title">Mein Tagebuch</span>
</a>
</header>

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>