Open the blog
This commit is contained in:
8
themes/_includes/layout/footer.html
Normal file
8
themes/_includes/layout/footer.html
Normal 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>
|
6
themes/_includes/layout/header.html
Normal file
6
themes/_includes/layout/header.html
Normal 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>
|
6
themes/_includes/layout/navigation.html
Normal file
6
themes/_includes/layout/navigation.html
Normal 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>
|
Reference in New Issue
Block a user