mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02:00
mention js in docs
This commit is contained in:
parent
868e0dbaab
commit
a11b9742d4
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue