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/index.html → templates/index.html
@@ -1,4 +1,5 @@ {{ define "index" }} +<!DOCTYPE html> <html> {{ template "head" . }}