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