aboutsummaryrefslogtreecommitdiff
path: root/templates/_header.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/_header.html.tmpl')
-rw-r--r--templates/_header.html.tmpl14
1 files changed, 0 insertions, 14 deletions
diff --git a/templates/_header.html.tmpl b/templates/_header.html.tmpl
deleted file mode 100644
index 6d0a3a2..0000000
--- a/templates/_header.html.tmpl
+++ /dev/null
@@ -1,14 +0,0 @@
-{{- define "header" -}}
-<header id="main-header">
- <div id="main-header-forge-title">
- <a href="/">{{ .global.forge_title }}</a>
- </div>
- <div id="main-header-user">
- {{ if ne .user_id "" }}
- <a href="/:/users/{{ .user_id }}">{{ .username }}</a>
- {{ else }}
- <a href="/:/login/">Login</a>
- {{ end }}
- </div>
-</header>
-{{- end -}}