Skip to content

Commit

Permalink
remove redundant comments about tag requirements in config files
Browse files Browse the repository at this point in the history
  • Loading branch information
welpo committed Nov 16, 2024
1 parent 57150c7 commit 0e5e0e0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion theme.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0e5e0e0

Please sign in to comment.