aboutsummaryrefslogtreecommitdiffstats
path: root/build/templates/partials/header.html
diff options
context:
space:
mode:
authorAhmed <git@gumx.cc>2026-06-02 00:21:16 +0300
committerAhmed <git@gumx.cc>2026-06-02 00:21:16 +0300
commit6e1e8effd3e595ad342d11644b072725a218c1eb (patch)
tree11d4c650734d814c6180db6618b89dbf3ae8c8d3 /build/templates/partials/header.html
init: moved to gumx.cc
Diffstat (limited to 'build/templates/partials/header.html')
-rw-r--r--build/templates/partials/header.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/build/templates/partials/header.html b/build/templates/partials/header.html
new file mode 100644
index 0000000..cbe3936
--- /dev/null
+++ b/build/templates/partials/header.html
@@ -0,0 +1,6 @@
+ <header>
+ <nav>
+ <strong><a href="/">ubergeek</a>{{BREADCRUMBS}}</strong>
+ {{#HEADER_EXTRA}}<br /><em>{{HEADER_EXTRA}}</em>{{/HEADER_EXTRA}}
+ </nav>
+ </header>