From a11b9742d418fd684760561704ae09bda9bf2100 Mon Sep 17 00:00:00 2001 From: welpo Date: Sat, 16 Nov 2024 15:53:57 +0100 Subject: [PATCH] mention js in docs --- config.toml | 1 + theme.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/config.toml b/config.toml index d960efa..724caf1 100644 --- a/config.toml +++ b/config.toml @@ -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 diff --git a/theme.toml b/theme.toml index 6e4661c..8d7133a 100644 --- a/theme.toml +++ b/theme.toml @@ -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