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