Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugoDocs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Mooring <joe.mooring@veriphor.com>2022-11-11 09:25:03 +0300
committerGitHub <noreply@github.com>2022-11-11 09:25:03 +0300
commit925cb291fb10b76154401b3b11b48f442316d3b7 (patch)
tree7ad7aceb558232f78e3a3bd90e54ea97d96dac61
parent300fff092e0fdfbe6ee64f6f1d58d2ce7826a99b (diff)
Make directory tree consistent with other examples
-rw-r--r--content/en/templates/render-hooks.md13
1 files 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: