From 638e9d9bb6f709604ee4367b37859ca359098c1c Mon Sep 17 00:00:00 2001 From: YAJIE Date: Fri, 21 Jul 2017 10:15:06 +0100 Subject: [PATCH] Fix double "your" typo in taxonomies.md See gohugoio/hugoDocs#71 --- content/content-management/taxonomies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/content-management/taxonomies.md b/content/content-management/taxonomies.md index fcefa5c80..e043a8cbe 100644 --- a/content/content-management/taxonomies.md +++ b/content/content-management/taxonomies.md @@ -92,7 +92,7 @@ disableKinds = ["taxonomy","taxonomyTerm"] ### Default Destinations -When taxonomies are used---and [taxonomy templates][] are provided---Hugo will automatically create both a page listing all the taxonomy's terms and individual pages with lists of content associated with each term. For example, a `categories` taxonomy declared in your your configuration and used in your content front matter will create the following pages: +When taxonomies are used---and [taxonomy templates][] are provided---Hugo will automatically create both a page listing all the taxonomy's terms and individual pages with lists of content associated with each term. For example, a `categories` taxonomy declared in your configuration and used in your content front matter will create the following pages: * A single page at `example.com/categories/` that lists all the [terms within the taxonomy][] * [Individual taxonomy list pages][taxonomy templates] (e.g., `/categories/development/`) for each of the terms that shows a listing of all pages marked as part of that taxonomy within any content file's [front matter][]