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

github.com/gohugoio/hugoDocs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Boerboom <plboerboom@gmail.com>2022-11-09 16:34:27 +0300
committerGitHub <noreply@github.com>2022-11-09 16:34:27 +0300
commitd57c8aa505981558c910fd154691aab8519fd71c (patch)
tree5b983e0f65b603ad527489966419220c6318c159
parent8c25cfc5c1733a7a6990541505f4e8bbd5ce6d00 (diff)
Remove extraneous apostrophe (#1871)
-rw-r--r--content/en/content-management/taxonomies.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/en/content-management/taxonomies.md b/content/en/content-management/taxonomies.md
index f6bc4bfbf..44ce944c6 100644
--- a/content/en/content-management/taxonomies.md
+++ b/content/en/content-management/taxonomies.md
@@ -194,7 +194,7 @@ Currently taxonomies only support the [default `weight => date` ordering of list
## Add custom metadata to a Taxonomy or Term
-If you need to add custom metadata to your taxonomy terms, you will need to create a page for that term at `/content/<TAXONOMY>/<TERM>/_index.md` and add your metadata in it's front matter. Continuing with our 'Actors' example, let's say you want to add a Wikipedia page link to each actor. Your terms pages would be something like this:
+If you need to add custom metadata to your taxonomy terms, you will need to create a page for that term at `/content/<TAXONOMY>/<TERM>/_index.md` and add your metadata in its front matter. Continuing with our 'Actors' example, let's say you want to add a Wikipedia page link to each actor. Your terms pages would be something like this:
{{< code file="/content/actors/bruce-willis/_index.md" >}}
---