diff options
Diffstat (limited to 'templates/file.html')
-rw-r--r-- | templates/file.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/file.html b/templates/file.html index 4d606cc..a4485f3 100644 --- a/templates/file.html +++ b/templates/file.html @@ -1,6 +1,7 @@ {{ define "file" }} <html> {{ template "head" . }} + <title>{{.name }} — {{ .path }}</title> {{ template "repoheader" . }} <body> |