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
|
@ -96,6 +96,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue