diff options
author | Anthony Fok <[email protected]> | 2015-01-29 12:34:56 -0700 |
---|---|---|
committer | Anthony Fok <[email protected]> | 2015-01-29 12:48:14 -0700 |
commit | d397bc4f43e474529476c8f177e3be4fcd69d593 (patch) | |
tree | 014e30a5d6bd26568784ea0b920f207450138ad2 /examples | |
parent | ba44e860a33cdc121453adbc02601f48504bc798 (diff) | |
download | hugo-d397bc4f43e474529476c8f177e3be4fcd69d593.tar.gz hugo-d397bc4f43e474529476c8f177e3be4fcd69d593.zip |
[Docs] Complete the transition from "indexes" to "taxonomies" (almost)
Also mention `.Site.Indexes` → `.Site.Taxonomies` as well as
the upcoming `.Site.Recent` → `.Site.Pages` transitions.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/multilingual/config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/multilingual/config.toml b/examples/multilingual/config.toml index 094b09b29..4285f302d 100644 --- a/examples/multilingual/config.toml +++ b/examples/multilingual/config.toml @@ -1,6 +1,6 @@ baseurl = "" -[indexes] +[taxonomies] tag = "tags" group = "groups" menu = "menu" |