Improve example of render hook directory structure

This commit is contained in:
Joe Mooring 2024-06-26 09:34:02 -07:00 committed by GitHub
parent 5e3941d82b
commit 7764005c31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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