mention js in docs

This commit is contained in:
welpo 2024-11-16 15:53:57 +01:00
parent 868e0dbaab
commit a11b9742d4
No known key found for this signature in database
GPG key ID: A2F978CF4EC1F5A6
2 changed files with 2 additions and 0 deletions

View file

@ -233,6 +233,7 @@ tag_sorting = "name"
# Show clickable tags above cards.html template (e.g. projects/) to filter the displayed items.
# Items need tags (or another taxonomy) in their front matter for this to work.
# Loads JS to filter. If JS is disabled, the buttons are links to the tag's page.
# Can be set at the section or config.toml level, following the hierarchy: section > config. See: https://welpo.github.io/tabi/blog/mastering-tabi-settings/#settings-hierarchy
# Default: true
enable_cards_tag_filtering = true

View file

@ -190,6 +190,7 @@ tag_sorting = "name"
# Show clickable tags above cards.html template (e.g. projects/) to filter the displayed items.
# Items need tags (or another taxonomy) in their front matter for this to work.
# Loads JS to filter. If JS is disabled, the buttons are links to the tag's page.
# Can be set at the section or config.toml level, following the hierarchy: section > config. See: https://welpo.github.io/tabi/blog/mastering-tabi-settings/#settings-hierarchy
# Default: true
enable_cards_tag_filtering = true