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