templates: Use HTML Standards Mode The lack of <!DOCTYPE html> causes browsers to enter HTML Quirks mode, where "layout emulates behavior in Navigator 4 and Internet Explorer 5". References: https://developer.mozilla.org/en-US/docs/Web/HTML/Quirks_Mode_and_Standards_Mode
1 file changed, 1 insertion(+), 0 deletions(-)
changed files
M templates/file.html → templates/file.html
@@ -1,4 +1,5 @@ {{ define "file" }} +<!DOCTYPE html> <html> {{ template "head" . }} {{ template "repoheader" . }}