aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to '')
-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/repo.html2
-rw-r--r--templates/tree.html2
8 files changed, 8 insertions, 8 deletions
diff --git a/templates/404.html b/templates/404.html
index 20bb58c..c461c21 100644
--- a/templates/404.html
+++ b/templates/404.html
@@ -1,6 +1,6 @@
{{ define "404" }}
<!DOCTYPE html>
-<html>
+<html id="legit">
<title>404</title>
{{ template "head" . }}
<body>
diff --git a/templates/500.html b/templates/500.html
index fa1a639..33c1626 100644
--- a/templates/500.html
+++ b/templates/500.html
@@ -1,6 +1,6 @@
{{ define "500" }}
<!DOCTYPE html>
-<html>
+<html id="legit">
<title>500</title>
{{ template "head" . }}
<body>
diff --git a/templates/commit.html b/templates/commit.html
index e23a96d..b7b7e22 100644
--- a/templates/commit.html
+++ b/templates/commit.html
@@ -1,6 +1,6 @@
{{ define "commit" }}
<!DOCTYPE html>
-<html>
+<html id="legit">
{{ template "head" . }}
{{ template "repoheader" . }}
<body>
diff --git a/templates/file.html b/templates/file.html
index de81b17..da39f2b 100644
--- a/templates/file.html
+++ b/templates/file.html
@@ -1,6 +1,6 @@
{{ define "file" }}
<!DOCTYPE html>
-<html>
+<html id="legit">
{{ template "head" . }}
{{ template "repoheader" . }}
<body>
diff --git a/templates/log.html b/templates/log.html
index 153e01c..6572712 100644
--- a/templates/log.html
+++ b/templates/log.html
@@ -1,6 +1,6 @@
{{ define "log" }}
<!DOCTYPE html>
-<html>
+<html id="legit">
{{ template "head" . }}
{{ template "repoheader" . }}
<body>
diff --git a/templates/refs.html b/templates/refs.html
index e8534a7..9f4c573 100644
--- a/templates/refs.html
+++ b/templates/refs.html
@@ -1,6 +1,6 @@
{{ define "refs" }}
<!DOCTYPE html>
-<html>
+<html id="legit">
{{ template "head" . }}
{{ template "repoheader" . }}
<body>
diff --git a/templates/repo.html b/templates/repo.html
index 4d0bff3..b813c05 100644
--- a/templates/repo.html
+++ b/templates/repo.html
@@ -1,6 +1,6 @@
{{ define "repo" }}
<!DOCTYPE html>
-<html>
+<html id="legit">
{{ template "head" . }}
<body>
{{ template "repoheader" . }}
diff --git a/templates/tree.html b/templates/tree.html
index 30e8c57..f126a97 100644
--- a/templates/tree.html
+++ b/templates/tree.html
@@ -1,6 +1,6 @@
{{ define "tree" }}
<!DOCTYPE html>
-<html>
+<html id="legit">
{{ template "head" . }}
{{ template "repoheader" . }}
<body>