mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
Improve example of render hook directory structure
This commit is contained in:
@@ -67,15 +67,15 @@ layouts/
|
||||
├── _default/
|
||||
│ └── _markup/
|
||||
│ ├── render-link.html
|
||||
│ └── render-link.text.txt
|
||||
│ └── render-link.rss.xml
|
||||
├── books/
|
||||
│ └── _markup/
|
||||
│ ├── render-link.html
|
||||
│ └── render-link.text.txt
|
||||
│ └── render-link.rss.xml
|
||||
└── films/
|
||||
└── _markup/
|
||||
├── render-link.html
|
||||
└── render-link.text.txt
|
||||
└── render-link.rss.xml
|
||||
```
|
||||
|
||||
[kind]: /getting-started/glossary/#page-kind
|
||||
|
||||
Reference in New Issue
Block a user