Typo: functions/after.md

This commit is contained in:
Ralf Brandenstein
2023-08-06 17:04:47 +03:00
committed by GitHub
parent d4c01b57b1
commit 48ad4124e1
+1 -1
View File
@@ -33,7 +33,7 @@ You can use `after` in combination with the [`first` function] and Hugo's [power
<h2>Featured Article</h2>
{{ range first 1 .Pages.ByPublishDate.Reverse }}
<header>
<h3><a href="{{ . Permalink }}">{{ .Title }}</a></h3>
<h3><a href="{{ .Permalink }}">{{ .Title }}</a></h3>
</header>
<p>{{ .Description }}</p>
{{ end }}