Skip to content
Snippets Groups Projects
Commit a2b5c8c6 authored by alexisben's avatar alexisben
Browse files

fix sitemap heading tag

parent 25ca8052
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,7 @@ commons:
main_content: Go to main content
menu: Go to menu
search: Go to search
shortcut_navigation: Navigation d'accès rapide
transcription: Transcription
backtotop: Back to top
biography: Biography
......
......@@ -47,6 +47,7 @@ commons:
main_content: Accéder au contenu principal
menu: Accéder au menu
search: Accéder à la recherche
shortcut_navigation: Navigation d'accès rapide
transcription: Transcription
backtotop: Haut de page
biography: Biographie
......
......@@ -27,9 +27,9 @@
<section class="block block-sitemap" id="{{ .Type }}">
<div class="container">
<div class="block-content">
<h3>
<h2>
<a href="{{ $permalink }}">{{ safeHTML .Title }}</a>
</h3>
</h2>
<ul>
{{ range where .Site.Pages "Section" .Type }}
{{ if ne $permalink .Permalink }}
......
<ul class="nav-accessibility">
<ul class="nav-accessibility" role="navigation" aria-label="{{ i18n "commons.accessibility.shortcut_navigation"}}">
<li><a href="#main">{{ i18n "commons.accessibility.main_content" }}</a></li>
<li><a href="#navigation">{{ i18n "commons.accessibility.menu" }}</a></li>
</ul>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment