theme: remove W3C / WCAG validator errors #337 #307

This commit is contained in:
Sören Weber 2022-10-07 20:45:14 +02:00
parent 9a6e8edacc
commit e898edfbef
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D
21 changed files with 62 additions and 0 deletions

View file

@ -81,3 +81,6 @@ other = "موضوع"
[Submenu]
other = "{{.}} القائمة الفرعية"
[Subsections]
other = "{{.}} الأقسام الفرعية"

View file

@ -81,3 +81,6 @@ other = "Theme"
[Submenu]
other = "Untermenu {{.}}"
[Subsections]
other = "Unterabschnitte von {{.}}"

View file

@ -81,3 +81,6 @@ other = "Theme"
[Submenu]
other = "Submenu {{.}}"
[Subsections]
other = "Subsections of {{.}}"

View file

@ -81,3 +81,6 @@ other = "Tema"
[Submenu]
other = "Submenú {{.}}"
[Subsections]
other = "Subsecciones de {{.}}"

View file

@ -81,3 +81,6 @@ other = "Thème"
[Submenu]
other = "Sous-menu {{.}}"
[Subsections]
other = "Sous-sections de {{.}}"

View file

@ -81,3 +81,6 @@ other = "विषय"
[Submenu]
other = "सबमेनू {{.}}"
[Subsections]
other = "{{.}} के उपखंड"

View file

@ -81,3 +81,6 @@ other = "Tema"
[Submenu]
other = "Submenu {{.}}"
[Subsections]
other = "Subbagian {{.}}"

View file

@ -81,3 +81,6 @@ other = "Tema"
[Submenu]
other = "Sottomenu {{.}}"
[Subsections]
other = "Sottosezioni di {{.}}"

View file

@ -81,3 +81,6 @@ other = "テーマ"
[Submenu]
other = "サブメニュー {{.}}"
[Subsections]
other = "{{.}}のサブセクション"

View file

@ -84,3 +84,6 @@ other = "주제"
[Submenu]
other = "하위 메뉴 {{.}}"
[Subsections]
other = "{{.}}의 하위 섹션"

View file

@ -81,3 +81,6 @@ other = "Thema"
[Submenu]
other = "Submenu {{.}}"
[Subsections]
other = "Subsecties van {{.}}"

View file

@ -81,3 +81,6 @@ other = "Theme"
[Submenu]
other = "Submenu {{.}}"
[Subsections]
other = "Subsct'ns o' {{.}}"

View file

@ -81,3 +81,6 @@ other = "Kompozycja"
[Submenu]
other = "Podmenu {{.}}"
[Subsections]
other = "Podsekcje z {{.}}"

View file

@ -81,3 +81,6 @@ other = "Tema"
[Submenu]
other = "Submenu {{.}}"
[Subsections]
other = "Subsecções de {{.}}"

View file

@ -81,3 +81,6 @@ other = "Тема"
[Submenu]
other = "Подменю {{.}}"
[Subsections]
other = "Подразделы {{.}}"

View file

@ -81,3 +81,6 @@ other = "Tema"
[Submenu]
other = "Alt menü {{.}}"
[Subsections]
other = "{{.}} alt bölümleri"

View file

@ -84,3 +84,6 @@ other = "Đề tài"
[Submenu]
other = "Menu con {{.}}"
[Subsections]
other = "Tiểu mục của {{.}}"

View file

@ -81,3 +81,6 @@ other = "主题"
[Submenu]
other = "子菜单{{.}}"
[Subsections]
other = "{{.}} 的子部分"

View file

@ -81,3 +81,6 @@ other = "主題"
[Submenu]
other = "子功能表{{.}}"
[Subsections]
other = "{{.}} 的子部分"

View file

@ -81,3 +81,6 @@ other = "主题"
[Submenu]
other = "子菜单{{.}}"
[Subsections]
other = "{{.}} 的子部分"

View file

@ -23,6 +23,7 @@
{{- template "section-print" dict "sect" . "currentnode" $currentNode }}
{{- if or $pages }}
<section>
<h1 class="a11y-only">{{ T "Subsections" .Title }}</h1>
{{- end }}
{{- end }}
{{- if eq $currentOrdersectionsby "title" }}
@ -65,6 +66,7 @@
{{- template "section-print" dict "sect" . "currentnode" $currentNode }}
{{- if $pages }}
<section>
<h1 class="a11y-only">{{ T "Subsections" .Title }}</h1>
{{- end }}
{{- end }}
{{- if eq $currentOrdersectionsby "title" }}