From be8552ef29fc7b3aa2a2d9de541afe3ce9c24ec0 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 29 May 2024 16:03:14 +0200 Subject: improve accessibility and HTML validity --- config.toml | 4 ++++ templates/header.html | 2 +- templates/language_switcher.html | 6 +++--- templates/page.html | 2 +- templates/section.html | 14 ++++++-------- templates/seo_tags.html | 2 +- templates/style.css.html | 6 +++++- templates/taxonomy_list.html | 14 ++++++-------- templates/taxonomy_single.html | 2 +- 9 files changed, 28 insertions(+), 24 deletions(-) diff --git a/config.toml b/config.toml index 147f75f..fd1eff1 100644 --- a/config.toml +++ b/config.toml @@ -21,6 +21,8 @@ remove_filter = "Remove filter" filtering_for = "Filtering for" made_with = "Made with" table_of_contents = "Table of contents" +language = "language" +site = "site" [languages.de] title = "Zola ʕ•ᴥ•ʔ Bear Blog" @@ -37,6 +39,8 @@ remove_filter = "Filter entfernen" filtering_for = "Filtern nach" made_with = "Erstellt mit" table_of_contents = "Inhaltsverzeichnis" +language = "Sprache" +site = "Site" [markdown] # Whether to do syntax highlighting diff --git a/templates/header.html b/templates/header.html index 54106ea..acdf8f8 100644 --- a/templates/header.html +++ b/templates/header.html @@ -3,7 +3,7 @@

{{ config.title }}

-