From: Bjørn Erik Pedersen Date: Wed, 19 Feb 2020 08:16:27 +0000 (+0100) Subject: Add Page.GetTerms X-Git-Tag: v0.65.0~7 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=fa520a2d983b982394ad10088393fb303e48980a;p=brevno-suite%2Fhugo Add Page.GetTerms Fixes #6905 --- diff --git a/docs/content/en/templates/taxonomy-templates.md b/docs/content/en/templates/taxonomy-templates.md index b82a5175..bef2d322 100644 --- a/docs/content/en/templates/taxonomy-templates.md +++ b/docs/content/en/templates/taxonomy-templates.md @@ -216,6 +216,18 @@ Because we are leveraging the front matter system to define taxonomies for conte ### Example: List Tags in a Single Page Template +{{< new-in "0.65.0" >}} + +```go-html-template + +``` + +Before Hugo 0.65.0 you needed to do something like this: + ```go-html-template {{ $taxo := "tags" }}