From e5681ad01e1ae3cac32077f0b2801d49dbdff4a4 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Fri, 23 Aug 2024 07:19:02 -0700 Subject: [PATCH] Improve formatting of example code --- content/en/methods/page/_common/next-and-prev.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/methods/page/_common/next-and-prev.md b/content/en/methods/page/_common/next-and-prev.md index 252e1ad9b..0d1436e11 100644 --- a/content/en/methods/page/_common/next-and-prev.md +++ b/content/en/methods/page/_common/next-and-prev.md @@ -33,7 +33,7 @@ content/ And these templates: {{< code file=layouts/_default/list.html >}} -{{ range .Pages.ByWeight}} +{{ range .Pages.ByWeight }}

{{ .LinkTitle }}

{{ end }} {{< /code >}}