diff options
Diffstat (limited to 'templates/file.html')
-rw-r--r-- | templates/file.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/file.html b/templates/file.html index 7dd5b86..de837a5 100644 --- a/templates/file.html +++ b/templates/file.html @@ -1,7 +1,10 @@ {{ define "file" }} <!DOCTYPE html> <html> - {{ template "head" . }} + <head> + {{ template "generichead" . }} + <title>{{ .meta.Title }} — {{ .name }} ({{ .ref }}): {{ .path }}</title> + </head> <body> {{ template "repoheader" . }} {{ template "nav" . }} |