aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/category_repos.html.tmpl2
-rw-r--r--templates/index.html.tmpl2
-rw-r--r--templates/repo_index.html.tmpl2
-rw-r--r--templates/repo_tree_dir.html.tmpl2
-rw-r--r--templates/repo_tree_file.html.tmpl2
5 files changed, 5 insertions, 5 deletions
diff --git a/templates/category_repos.html.tmpl b/templates/category_repos.html.tmpl
index 917b62e..7d39ea9 100644
--- a/templates/category_repos.html.tmpl
+++ b/templates/category_repos.html.tmpl
@@ -1,6 +1,6 @@
{{- define "group_repos" -}}
<!DOCTYPE html>
-<html>
+<html lang="en">
<head>
{{ template "head_common" . }}
<title>Repos in {{ .group_name }} &ndash; Lindenii Forge</title>
diff --git a/templates/index.html.tmpl b/templates/index.html.tmpl
index 5e0b427..de3a643 100644
--- a/templates/index.html.tmpl
+++ b/templates/index.html.tmpl
@@ -1,6 +1,6 @@
{{- define "index" -}}
<!DOCTYPE html>
-<html>
+<html lang="en">
<head>
{{ template "head_common" . }}
<title>Groups &ndash; Lindenii Forge</title>
diff --git a/templates/repo_index.html.tmpl b/templates/repo_index.html.tmpl
index 664cce8..2cc3a84 100644
--- a/templates/repo_index.html.tmpl
+++ b/templates/repo_index.html.tmpl
@@ -1,6 +1,6 @@
{{- define "repo_index" -}}
<!DOCTYPE html>
-<html>
+<html lang="en">
<head>
{{ template "head_common" . }}
<title>{{ .group_name }}/repos/{{ .repo_name }} &ndash; Lindenii Forge</title>
diff --git a/templates/repo_tree_dir.html.tmpl b/templates/repo_tree_dir.html.tmpl
index aa29542..ed8471f 100644
--- a/templates/repo_tree_dir.html.tmpl
+++ b/templates/repo_tree_dir.html.tmpl
@@ -1,6 +1,6 @@
{{- define "repo_tree_dir" -}}
<!DOCTYPE html>
-<html>
+<html lang="en">
<head>
{{ template "head_common" . }}
<title>{{ .group_name }}/repos/{{ .repo_name }}/{{ .path_spec }}{{ if ne .path_spec "" }}/{{ end }} &ndash; Lindenii Forge</title>
diff --git a/templates/repo_tree_file.html.tmpl b/templates/repo_tree_file.html.tmpl
index 7012cb1..2691608 100644
--- a/templates/repo_tree_file.html.tmpl
+++ b/templates/repo_tree_file.html.tmpl
@@ -1,6 +1,6 @@
{{- define "repo_tree_file" -}}
<!DOCTYPE html>
-<html>
+<html lang="en">
<head>
{{ template "head_common" . }}
<link rel="stylesheet" href="/static/chroma.css" />