mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-31 22:41:53 +02:00
Merge commit '346b60358dd8ec2ca228e6635bff9d7914b398b7'
This commit is contained in:
@@ -11,9 +11,8 @@ weight: 100
|
||||
toc: true
|
||||
---
|
||||
|
||||
The [term] template below inherits the site's shell from the [base template], and renders a list of pages associated with the current term.
|
||||
The [term](g) template below inherits the site's shell from the [base template], and renders a list of pages associated with the current term.
|
||||
|
||||
[term]: /getting-started/glossary/#term
|
||||
[base template]: /templates/types/
|
||||
|
||||
{{< code file=layouts/_default/term.html >}}
|
||||
@@ -63,7 +62,7 @@ Term
|
||||
|
||||
## Display metadata
|
||||
|
||||
Display metadata about each term by creating a corresponding branch bundle in the content directory.
|
||||
Display metadata about each term by creating a corresponding branch bundle in the `content` directory.
|
||||
|
||||
For example, create an "authors" taxonomy:
|
||||
|
||||
@@ -72,9 +71,7 @@ For example, create an "authors" taxonomy:
|
||||
author = 'authors'
|
||||
{{< /code-toggle >}}
|
||||
|
||||
Then create content with one [branch bundle] for each term:
|
||||
|
||||
[branch bundle]: /getting-started/glossary/#branch-bundle
|
||||
Then create content with one [branch bundle](g) for each term:
|
||||
|
||||
```text
|
||||
content/
|
||||
|
Reference in New Issue
Block a user