summaryrefslogtreecommitdiff
path: root/templates/_includes/layout/header.html
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 /templates/_includes/layout/header.html
parent80e0fe22d28687f3599a949f1a4d29171b12b20f (diff)
downloadflevum-86f7a15a2843f8c207124345d13969fb05ecc611.tar.gz
Move themes files into the root directory
Diffstat (limited to 'templates/_includes/layout/header.html')
-rw-r--r--templates/_includes/layout/header.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/_includes/layout/header.html b/templates/_includes/layout/header.html
new file mode 100644
index 0000000..d5b7a76
--- /dev/null
+++ b/templates/_includes/layout/header.html
@@ -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>