fix html errors

This commit is contained in:
2020-01-17 20:32:21 +01:00
parent d65201202d
commit 185449c5e6
35 changed files with 73 additions and 245 deletions

View File

@@ -1,5 +1,5 @@
{{define "404"}}<!DOCTYPE html>
<html>
<html lang="en">
<head>
{{template "meta_tags" "Not Found"}}
{{template "user_style" .}}
@@ -25,5 +25,5 @@
{{template "page_bottom"}}
{{template "analytics"}}
</body>
</html>
</html lang="en">
{{end}}