aboutsummaryrefslogtreecommitdiffstats
path: root/templates/partials/header.html
diff options
context:
space:
mode:
authorAhmed <git@gumx.cc>2026-06-01 22:19:27 +0300
committerAhmed <git@gumx.cc>2026-06-01 22:19:27 +0300
commitae72b8f9976a1c0cca66ff4cb31eadf311c677e7 (patch)
tree532e48d085bd0ea48265f2bd262df8856dd8340f /templates/partials/header.html
init: moved to own site
Diffstat (limited to 'templates/partials/header.html')
-rw-r--r--templates/partials/header.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/partials/header.html b/templates/partials/header.html
new file mode 100644
index 0000000..fb74fca
--- /dev/null
+++ b/templates/partials/header.html
@@ -0,0 +1,6 @@
+ <header>
+ <nav>
+ <strong><a href="/">gumx</a>{{BREADCRUMBS}}</strong>
+ {{#HEADER_EXTRA}}<br /><em>{{HEADER_EXTRA}}</em>{{/HEADER_EXTRA}}
+ </nav>
+ </header>