aboutsummaryrefslogtreecommitdiff
path: root/templates/repo.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/repo.html')
-rw-r--r--templates/repo.html5
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 }} &mdash; {{ .name }}</title>
+ </head>
<body>
{{ template "repoheader" . }}
{{ template "nav" . }}