summaryrefslogtreecommitdiff
path: root/pages/partials/header.mustache
diff options
context:
space:
mode:
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>