Skip to content
Snippets Groups Projects
Commit aee1f1f2 authored by Sorya's avatar Sorya
Browse files

Issue #3381963 by spryah: add skiplinks in header

parent 641cefdb
No related branches found
No related tags found
1 merge request!25Issue #3381963 by spryah: add skiplinks in header
......@@ -41,6 +41,24 @@
*/
#}
<div class="layout-container">
{{ pattern('skiplinks', {
label: 'Skip links'|t|render,
items: [
pattern('link', {
label: 'Content'|t,
url: '#main-content'
}),
pattern('link', {
label: 'Menu'|t,
url: '#header-navigation'
}),
pattern('link', {
label: 'Footer'|t,
url: '#footer'
})
]
}) }}
{{ pattern('header', {
'logo_text': page.logo,
'operator_logo': page.header_operator_logo,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment