summaryrefslogtreecommitdiff
path: root/themes/_includes/layout
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2025-11-05 09:33:23 +0100
committerEugen Wissner <belka@caraus.de>2025-11-05 09:33:23 +0100
commit86f7a15a2843f8c207124345d13969fb05ecc611 (patch)
treed0850ce1f334093f70a06eec5de97fb8b54372c2 /themes/_includes/layout
parent80e0fe22d28687f3599a949f1a4d29171b12b20f (diff)
downloadflevum-86f7a15a2843f8c207124345d13969fb05ecc611.tar.gz
Move themes files into the root directory
Diffstat (limited to 'themes/_includes/layout')
-rw-r--r--themes/_includes/layout/footer.html8
-rw-r--r--themes/_includes/layout/header.html6
-rw-r--r--themes/_includes/layout/navigation.html6
3 files changed, 0 insertions, 20 deletions
diff --git a/themes/_includes/layout/footer.html b/themes/_includes/layout/footer.html
deleted file mode 100644
index bd27826..0000000
--- a/themes/_includes/layout/footer.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<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>
diff --git a/themes/_includes/layout/header.html b/themes/_includes/layout/header.html
deleted file mode 100644
index d5b7a76..0000000
--- a/themes/_includes/layout/header.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<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>
diff --git a/themes/_includes/layout/navigation.html b/themes/_includes/layout/navigation.html
deleted file mode 100644
index 7f46bd8..0000000
--- a/themes/_includes/layout/navigation.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<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>