mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-23 21:53:09 +02:00
Merge commit '346b60358dd8ec2ca228e6635bff9d7914b398b7'
This commit is contained in:
@@ -66,7 +66,7 @@ layouts/
|
||||
└── render-table.html
|
||||
```
|
||||
|
||||
The template lookup order allows you to create different render hooks for each page [type], [kind], language, and [output format]. For example:
|
||||
The template lookup order allows you to create different render hooks for each page [type](g), [kind](g), language, and [output format](g). For example:
|
||||
|
||||
```text
|
||||
layouts/
|
||||
@@ -84,8 +84,4 @@ layouts/
|
||||
└── render-link.rss.xml
|
||||
```
|
||||
|
||||
[kind]: /getting-started/glossary/#page-kind
|
||||
[output format]: /getting-started/glossary/#output-format
|
||||
[type]: /getting-started/glossary/#content-type
|
||||
|
||||
The remaining pages in this section describe each type of render hook, including examples and the context received by each template.
|
||||
|
Reference in New Issue
Block a user