From 48ad4124e138ffdd7d9c5c5557395a1debba4210 Mon Sep 17 00:00:00 2001 From: Ralf Brandenstein Date: Sun, 6 Aug 2023 17:04:47 +0300 Subject: [PATCH] Typo: functions/after.md --- content/en/functions/after.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/functions/after.md b/content/en/functions/after.md index 5318d3b0c..85aa6104d 100644 --- a/content/en/functions/after.md +++ b/content/en/functions/after.md @@ -33,7 +33,7 @@ You can use `after` in combination with the [`first` function] and Hugo's [power

Featured Article

{{ range first 1 .Pages.ByPublishDate.Reverse }}
-

{{ .Title }}

+

{{ .Title }}

{{ .Description }}

{{ end }}