Skip to content

Commit e246d98

Browse files
committed
update config.yml to remove tags tab
1 parent 585056a commit e246d98

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,10 +218,10 @@ exclude:
218218
- "package*.json"
219219

220220
jekyll-archives:
221-
enabled: [categories, tags]
221+
enabled: [categories ] # , tags]
222222
layouts:
223223
category: category
224-
tag: tag
224+
# tag: tag
225225
permalinks:
226-
tag: /tags/:name/
226+
# tag: /tags/:name/
227227
category: /categories/:name/

0 commit comments

Comments
 (0)