diff options
author | Alan Pearce | 2020-11-14 22:02:07 +0100 |
---|---|---|
committer | Alan Pearce | 2020-11-14 22:02:07 +0100 |
commit | 9fdbfb1d04b4b897904f1977e3e5e1055fb1a95e (patch) | |
tree | adc3263f8485a12c93c1c2ebd4a77da9ecb5e42b /config.toml | |
parent | 7e676dff6df605b7f05401b0a437db3038ea4575 (diff) | |
download | website-9fdbfb1d04b4b897904f1977e3e5e1055fb1a95e.tar.lz website-9fdbfb1d04b4b897904f1977e3e5e1055fb1a95e.tar.zst website-9fdbfb1d04b4b897904f1977e3e5e1055fb1a95e.zip |
Remove categories taxonomy
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/config.toml b/config.toml index 36f5635..85c9691 100644 --- a/config.toml +++ b/config.toml @@ -13,10 +13,6 @@ highlight_theme = "ascetic-white" name = "tags" feed = true -[[taxonomies]] -name = "categories" -feed = true - [extra] footer = "Licensed under a <a rel=\"license\" href=\"http://creativecommons.org/licenses/by/4.0/\">Creative Commons Attribution 4.0 International License</a>." gpg_fingerprint = "48E6 576C 0707 388C B8BE FD0C CD4B EB92 A8D4 6583" |