From 58e3609a0bf739c36cbc0d06d2dc7d7997655aa4 Mon Sep 17 00:00:00 2001 From: Oliver Webb Date: Thu, 14 Aug 2025 10:02:05 -0500 Subject: [PATCH] content: Fix typo --- content/en/templates/types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }} #