Merge branch 'html-fixes'
1 file changed, 2 insertions(+), 1 deletion(-)
changed files
M templates/log.html → templates/log.html
@@ -1,9 +1,10 @@ {{ define "log" }} +<!DOCTYPE html> <html> {{ template "head" . }} - {{ template "repoheader" . }} <body> + {{ template "repoheader" . }} {{ template "nav" . }} <main> {{ $repo := .name }}