summaryrefslogtreecommitdiffstats
path: root/docs/config.toml
diff options
context:
space:
mode:
authorAnthony Fok <foka@debian.org>2015-01-29 12:34:56 -0700
committerAnthony Fok <foka@debian.org>2015-01-29 12:48:14 -0700
commitd397bc4f43e474529476c8f177e3be4fcd69d593 (patch)
tree014e30a5d6bd26568784ea0b920f207450138ad2 /docs/config.toml
parentba44e860a33cdc121453adbc02601f48504bc798 (diff)
[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 'docs/config.toml')
-rw-r--r--docs/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/config.toml b/docs/config.toml
index a9560d2aa..81fc277b6 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -5,7 +5,7 @@ MetaDataFormat = "yaml"
description = "Documentation of Hugo, a fast and flexible static site generator built with love by spf13 and friends in Go"
author = "Steve Francia (spf13) and friends"
-[indexes]
+[taxonomies]
tag = "tags"
group = "groups"