Move themes files into the root directory

This commit is contained in:
2025-11-05 09:33:23 +01:00
parent 80e0fe22d2
commit 86f7a15a28
137 changed files with 32 additions and 31 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>