From 0e5e0e022376381170c553d2de365aacafdae97b Mon Sep 17 00:00:00 2001 From: welpo Date: Sat, 16 Nov 2024 19:23:56 +0100 Subject: [PATCH] remove redundant comments about tag requirements in config files --- config.toml | 1 - theme.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/config.toml b/config.toml index 724caf1..d8b66cf 100644 --- a/config.toml +++ b/config.toml @@ -232,7 +232,6 @@ compact_tags = false 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 diff --git a/theme.toml b/theme.toml index 8d7133a..ee4a694 100644 --- a/theme.toml +++ b/theme.toml @@ -189,7 +189,6 @@ compact_tags = false 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