diff --git a/content/en/templates/types.md b/content/en/templates/types.md index 93aea43f1..a2a5c7ffd 100644 --- a/content/en/templates/types.md +++ b/content/en/templates/types.md @@ -347,7 +347,7 @@ A _render hook_ template overrides the conversion of Markdown to HTML. For example, the _render hook_ template below adds an anchor link to the right of each heading. -```go-html-template {file="layouts/_markup/heading.html"} +```go-html-template {file="layouts/_markup/render-heading.html"} {{ .Text }} #