improve accessibility and HTML validity
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M templates/header.html → templates/header.html
@@ -3,7 +3,7 @@ {%- include "language_switcher.html" %} <a href="{{ get_url(path="@/_index.md", lang=lang) }}" class="title"> <h1>{{ config.title }}</h1> </a> - <nav> + <nav aria-label="{{ trans(key="site", lang=lang)}}"> {%- include "nav.html" %} </nav> </header>