Skip to content

Commit

Permalink
Update base.njk
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuDEVALLE authored Nov 14, 2024
1 parent 95b02bb commit a626774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/layouts/base.njk
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
<title>{{ title or metadata.title }}</title>
</head>
<body id="top">
<div class="fr-skiplinks"><nav class="fr-container" role="navigation" aria-label="Accès rapide"><ul class="fr-skiplinks__list"><li><a class="fr-link" href="#content">Contenu</a></li><li><a class="fr-link" href="#navigation-494">Menu</a></li><li><a class="fr-link" href="#header-search">Recherche</a></li><li><a class="fr-link" href="#footer">Pied de page</a></li></ul></nav></div>
{% getBundle "js", "top" %}

{% include "templates/header.njk" %}

<main role="main" id="content">
Expand Down

0 comments on commit a626774

Please sign in to comment.