summaryrefslogtreecommitdiff
path: root/pages/partials/header.mustache
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2026-08-03 00:16:11 +0200
committerTom Smeding <tom@tomsmeding.com>2026-08-03 00:16:11 +0200
commit6412601c368d88aa0e8611ecdeea474946cd6d37 (patch)
tree439e66ad8a18c4401c23f852dfe985a3b158c8e3 /pages/partials/header.mustache
parent6e8c2b8df3898d0f50463f3151831f5d7c9306a2 (diff)
Factor out common parts of templates into partials
Diffstat (limited to 'pages/partials/header.mustache')
-rw-r--r--pages/partials/header.mustache6
1 files changed, 6 insertions, 0 deletions
diff --git a/pages/partials/header.mustache b/pages/partials/header.mustache
new file mode 100644
index 0000000..af71312
--- /dev/null
+++ b/pages/partials/header.mustache
@@ -0,0 +1,6 @@
+ <header>
+ <a href="/" class="hdritem hdritem-home">Home</a>
+ {{network}}/{{channel}}:
+ <a href="/log/{{&alias}}" class="hdritem hdritem-view">Logs</a>
+ <a href="/cal/{{&alias}}" class="hdritem hdritem-view">Calendar</a>
+ </header>