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 }}