From 925cb291fb10b76154401b3b11b48f442316d3b7 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Thu, 10 Nov 2022 22:25:03 -0800 Subject: [PATCH] Make directory tree consistent with other examples --- content/en/templates/render-hooks.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/content/en/templates/render-hooks.md b/content/en/templates/render-hooks.md index 4312596ba..6fae36ad9 100644 --- a/content/en/templates/render-hooks.md +++ b/content/en/templates/render-hooks.md @@ -28,15 +28,16 @@ The hook kinds currently supported are: You can define [Output-Format-](/templates/output-formats) and [language-](/content-management/multilingual/)specific templates if needed. Your `layouts` folder may look like this: -```goat { class="black f7" } -layouts -└── _default - └── _markup +```text +layouts/ +└── _default/ + └── _markup/ + ├── render-codeblock-bash.html + ├── render-codeblock.html + ├── render-heading.html ├── render-image.html ├── render-image.rss.xml └── render-link.html - └── render-codeblock.html - └── render-codeblock-bash.html ``` Some use cases for the above: