mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-12 18:05:09 -04:00
Improve example of render hook directory structure
This commit is contained in:
parent
5e3941d82b
commit
7764005c31
@ -67,15 +67,15 @@ layouts/
|
|||||||
├── _default/
|
├── _default/
|
||||||
│ └── _markup/
|
│ └── _markup/
|
||||||
│ ├── render-link.html
|
│ ├── render-link.html
|
||||||
│ └── render-link.text.txt
|
│ └── render-link.rss.xml
|
||||||
├── books/
|
├── books/
|
||||||
│ └── _markup/
|
│ └── _markup/
|
||||||
│ ├── render-link.html
|
│ ├── render-link.html
|
||||||
│ └── render-link.text.txt
|
│ └── render-link.rss.xml
|
||||||
└── films/
|
└── films/
|
||||||
└── _markup/
|
└── _markup/
|
||||||
├── render-link.html
|
├── render-link.html
|
||||||
└── render-link.text.txt
|
└── render-link.rss.xml
|
||||||
```
|
```
|
||||||
|
|
||||||
[kind]: /getting-started/glossary/#page-kind
|
[kind]: /getting-started/glossary/#page-kind
|
||||||
|
Loading…
x
Reference in New Issue
Block a user