diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/default.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/default.toml b/config/default.toml index 67bb521..acda778 100644 --- a/config/default.toml +++ b/config/default.toml @@ -7,7 +7,7 @@ title = "Test Site" [posts] folder = "./posts" -[taxonomies] +[posts.taxonomies] tag = "tags" category = "categories" |