From 6ea4cb709dc18883ade1d58d63fd6169e26d4c53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Amaral?= Date: Thu, 18 Apr 2024 07:25:28 +0900 Subject: [PATCH] Update introduction.md --- content/en/templates/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/templates/introduction.md b/content/en/templates/introduction.md index b518bb13b..d75ebca8c 100644 --- a/content/en/templates/introduction.md +++ b/content/en/templates/introduction.md @@ -105,7 +105,7 @@ Within a `range` or `with` block you can access the context passed into the temp Hugo renders this to: ```html -

My Page Title - foo +

My Page Title - foo

``` {{% note %}}