From 8f24b454a39826beedf43587fad7be15b822a43b Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Mon, 10 Feb 2025 23:42:02 +0800 Subject: style.css, *.html: Lighthouse accessibility --- templates/category_repos.html.tmpl | 2 +- templates/index.html.tmpl | 2 +- templates/repo_index.html.tmpl | 2 +- templates/repo_tree_dir.html.tmpl | 2 +- templates/repo_tree_file.html.tmpl | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'templates') 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" -}} - + {{ template "head_common" . }} Repos in {{ .group_name }} – Lindenii Forge 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" -}} - + {{ template "head_common" . }} Groups – Lindenii Forge 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" -}} - + {{ template "head_common" . }} {{ .group_name }}/repos/{{ .repo_name }} – Lindenii Forge 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" -}} - + {{ template "head_common" . }} {{ .group_name }}/repos/{{ .repo_name }}/{{ .path_spec }}{{ if ne .path_spec "" }}/{{ end }} – Lindenii Forge 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" -}} - + {{ template "head_common" . }} -- cgit v1.2.3