Skip to content

Commit

Permalink
Typo: functions/after.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nooitaf authored Aug 6, 2023
1 parent d4c01b5 commit 48ad412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/functions/after.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 48ad412

Please sign in to comment.