aboutsummaryrefslogtreecommitdiff
path: root/templates/refs.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/refs.html')
-rw-r--r--templates/refs.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/refs.html b/templates/refs.html
index 0138791..e6620c6 100644
--- a/templates/refs.html
+++ b/templates/refs.html
@@ -1,7 +1,10 @@
{{ define "refs" }}
<!DOCTYPE html>
<html>
- {{ template "head" . }}
+ <head>
+ {{ template "generichead" . }}
+ <title>{{ .meta.Title }} &mdash; {{ .name }}: refs</title>
+ </head>
<body>
{{ template "repoheader" . }}
{{ template "nav" . }}