templates: add title tags
1 file changed, 4 insertions(+), 0 deletions(-)
changed files
M templates/log.html → templates/log.html
@@ -2,6 +2,10 @@ {{ define "log" }} <html> {{ template "head" . }} + <title> + {{ .name }} — log + </title> + {{ template "repoheader" . }} <body> {{ template "nav" . }}