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