🚧 fix(language-switcher): improve keyboard accessibility

This commit is contained in:
welpo 2023-10-18 00:04:11 +02:00
parent ea791f3a29
commit 65363aa9a8
No known key found for this signature in database
GPG key ID: A2F978CF4EC1F5A6
4 changed files with 63 additions and 0 deletions

View file

@ -75,6 +75,9 @@ show_remote_changes = true # Defaults to true.
# Show a link to the repository of the site, right next to the "Powered by Zola & tabi" text.
show_remote_source = true # Defaults to true.
# Load JavaScript to improve accessibility.
accessibility_javascript = true
# Add a "copy" button to codeblocks (loads ~700 bytes of JavaScript).
# Can be set at page or section levels, following the hierarchy: page > section > config. See: https://welpo.github.io/tabi/blog/mastering-tabi-settings/#settings-hierarchy
copy_button = true