Skip to content

Commit 249bcbc

Browse files
committed
Fix taxonomies generation.
1 parent 9292ac9 commit 249bcbc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ unsafe = true
2929
colorScheme = "auto"
3030
hidecolorschemetoggle = false
3131

32-
#[taxonomies]
33-
# category = "categories"
32+
[taxonomies]
33+
category = "categories"
3434
# series = "series"
35-
# tag = "tags"
35+
tag = "tags"
3636
# author = "authors"
3737

3838
# Header

0 commit comments

Comments
 (0)