aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/404.html2
-rw-r--r--templates/500.html2
-rw-r--r--templates/commit.html2
-rw-r--r--templates/file.html2
-rw-r--r--templates/log.html2
-rw-r--r--templates/refs.html2
-rw-r--r--templates/tree.html2
7 files changed, 7 insertions, 7 deletions
diff --git a/templates/404.html b/templates/404.html
index c461c21..a80b6e1 100644
--- a/templates/404.html
+++ b/templates/404.html
@@ -6,7 +6,7 @@
<body>
{{ template "nav" . }}
<main>
- <h3>404 Not Found</h3>
+ <h1>404 Not Found</h1>
{{ template "foot" . }}
</main>
</body>
diff --git a/templates/500.html b/templates/500.html
index 33c1626..fe30837 100644
--- a/templates/500.html
+++ b/templates/500.html
@@ -6,7 +6,7 @@
<body>
{{ template "nav" . }}
<main>
- <h3>500 Internal Server Error</h3>
+ <h1>500 Internal Server Error</h1>
<p>
You may wish to contact the instance administrator.
</p>
diff --git a/templates/commit.html b/templates/commit.html
index b7b7e22..1c6caa0 100644
--- a/templates/commit.html
+++ b/templates/commit.html
@@ -2,8 +2,8 @@
<!DOCTYPE html>
<html id="legit">
{{ template "head" . }}
- {{ template "repoheader" . }}
<body>
+ {{ template "repoheader" . }}
{{ template "nav" . }}
<main>
<section class="commit">
diff --git a/templates/file.html b/templates/file.html
index da39f2b..18029f8 100644
--- a/templates/file.html
+++ b/templates/file.html
@@ -2,8 +2,8 @@
<!DOCTYPE html>
<html id="legit">
{{ template "head" . }}
- {{ template "repoheader" . }}
<body>
+ {{ template "repoheader" . }}
{{ template "nav" . }}
<main>
<p>{{ .path }} (<a style="color: gray" href="?raw=true">view raw</a>)</p>
diff --git a/templates/log.html b/templates/log.html
index 6572712..aae6511 100644
--- a/templates/log.html
+++ b/templates/log.html
@@ -2,8 +2,8 @@
<!DOCTYPE html>
<html id="legit">
{{ template "head" . }}
- {{ template "repoheader" . }}
<body>
+ {{ template "repoheader" . }}
{{ template "nav" . }}
<main>
{{ $repo := .name }}
diff --git a/templates/refs.html b/templates/refs.html
index 9f4c573..6aa0172 100644
--- a/templates/refs.html
+++ b/templates/refs.html
@@ -2,8 +2,8 @@
<!DOCTYPE html>
<html id="legit">
{{ template "head" . }}
- {{ template "repoheader" . }}
<body>
+ {{ template "repoheader" . }}
{{ template "nav" . }}
<main>
{{ $name := .name }}
diff --git a/templates/tree.html b/templates/tree.html
index f126a97..d5f672a 100644
--- a/templates/tree.html
+++ b/templates/tree.html
@@ -2,8 +2,8 @@
<!DOCTYPE html>
<html id="legit">
{{ template "head" . }}
- {{ template "repoheader" . }}
<body>
+ {{ template "repoheader" . }}
{{ template "nav" . }}
<main>
{{ $repo := .name }}