diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/404.html | 1 | ||||
-rw-r--r-- | templates/500.html | 1 | ||||
-rw-r--r-- | templates/commit.html | 1 | ||||
-rw-r--r-- | templates/file.html | 1 | ||||
-rw-r--r-- | templates/index.html | 1 | ||||
-rw-r--r-- | templates/log.html | 1 | ||||
-rw-r--r-- | templates/refs.html | 1 | ||||
-rw-r--r-- | templates/repo.html | 1 | ||||
-rw-r--r-- | templates/tree.html | 1 |
9 files changed, 9 insertions, 0 deletions
diff --git a/templates/404.html b/templates/404.html index 8c40cd1..bca9d35 100644 --- a/templates/404.html +++ b/templates/404.html @@ -1,4 +1,5 @@ {{ define "404" }} +<!DOCTYPE html> <html> <title>404</title> {{ template "head" . }} diff --git a/templates/500.html b/templates/500.html index 53c605f..164700c 100644 --- a/templates/500.html +++ b/templates/500.html @@ -1,4 +1,5 @@ {{ define "500" }} +<!DOCTYPE html> <html> <title>500</title> {{ template "head" . }} diff --git a/templates/commit.html b/templates/commit.html index c1def17..49f4574 100644 --- a/templates/commit.html +++ b/templates/commit.html @@ -1,4 +1,5 @@ {{ define "commit" }} +<!DOCTYPE html> <html> {{ template "head" . }} diff --git a/templates/file.html b/templates/file.html index 23187ec..d18340a 100644 --- a/templates/file.html +++ b/templates/file.html @@ -1,4 +1,5 @@ {{ define "file" }} +<!DOCTYPE html> <html> {{ template "head" . }} {{ template "repoheader" . }} diff --git a/templates/index.html b/templates/index.html index 7a77aec..740d2b3 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,4 +1,5 @@ {{ define "index" }} +<!DOCTYPE html> <html> {{ template "head" . }} diff --git a/templates/log.html b/templates/log.html index 7d74cb3..d097990 100644 --- a/templates/log.html +++ b/templates/log.html @@ -1,4 +1,5 @@ {{ define "log" }} +<!DOCTYPE html> <html> {{ template "head" . }} diff --git a/templates/refs.html b/templates/refs.html index 00058d5..f0e591f 100644 --- a/templates/refs.html +++ b/templates/refs.html @@ -1,4 +1,5 @@ {{ define "refs" }} +<!DOCTYPE html> <html> {{ template "head" . }} diff --git a/templates/repo.html b/templates/repo.html index 1cd9b5c..68ab269 100644 --- a/templates/repo.html +++ b/templates/repo.html @@ -1,4 +1,5 @@ {{ define "repo" }} +<!DOCTYPE html> <html> {{ template "head" . }} diff --git a/templates/tree.html b/templates/tree.html index c4b7e4f..7ba065b 100644 --- a/templates/tree.html +++ b/templates/tree.html @@ -1,4 +1,5 @@ {{ define "tree" }} +<!DOCTYPE html> <html> {{ template "head" . }} |