Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/koirand/pulp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkoirand <koirand.jp@gmail.com>2020-08-26 11:30:01 +0300
committerkoirand <koirand.jp@gmail.com>2020-08-26 11:30:01 +0300
commit2e392e5eb071dba32e6497eca41825fee1ef412c (patch)
tree86500301a5a48941a26809fe7941a44ef59d1a26 /exampleSite
parentf1482a4cded730afa67472ce1f7ac8eceb2dbb11 (diff)
Rename taxonomy kinds from taxonomy to term
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index d619e94..eb18e5b 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -28,7 +28,7 @@ hasCJKLanguage = true
# Make sure setting a following option for search bar to work
[outputs]
section = ["JSON", "HTML"]
- taxonomy = ["JSON", "HTML"]
+ term = ["JSON", "HTML"]
[[menu.main]]
identifier = "blog"