mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02:00
🚧 fix(language-switcher): improve keyboard accessibility
This commit is contained in:
parent
ea791f3a29
commit
65363aa9a8
4 changed files with 63 additions and 0 deletions
|
@ -118,4 +118,9 @@
|
|||
{%- if email_needs_decoding -%}
|
||||
<script src="{{ get_url(path='js/decodeMail.min.js') }}" async></script>
|
||||
{%- endif -%}
|
||||
|
||||
{# Load accessibility JavaScript #}
|
||||
{%- if config.extra.accessibility_javascript -%}
|
||||
<script defer src="{{ get_url(path='js/accessibility.min.js') }}"></script>
|
||||
{%- endif -%}
|
||||
</footer>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue