From a49214057ca2890beaf6d560e37a71a534b4f9e4 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Sun, 4 Feb 2024 14:15:02 -0800 Subject: [PATCH] Correct heading render hook example --- content/en/templates/render-hooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/templates/render-hooks.md b/content/en/templates/render-hooks.md index 8e174bdee..f91cb6b6e 100644 --- a/content/en/templates/render-hooks.md +++ b/content/en/templates/render-hooks.md @@ -128,7 +128,7 @@ Here is a code example for how the render-image.html template could look: Given this template file {{< code file=layouts/_default/_markup/render-heading.html >}} -{{ .Text | safeHTML }} +{{ .Text | safeHTML }} {{< /code >}} And this markdown