From 4c6b77d6ce519a588b040c79c4aa0ea2b0fc6756 Mon Sep 17 00:00:00 2001 From: Jamie Tanna Date: Thu, 22 Jun 2023 16:48:14 +0100 Subject: [PATCH] Fix placement of curly braces --- content/en/templates/lists/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/templates/lists/index.md b/content/en/templates/lists/index.md index 08d3d21ec..c3fcd801d 100644 --- a/content/en/templates/lists/index.md +++ b/content/en/templates/lists/index.md @@ -89,7 +89,7 @@ You can now access this `_index.md`'s' content in your list template:
-

{{ .Title} }

+

{{ .Title }}

{{ .Content }}