mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-25 15:58:53 +00:00
Typo: functions/after.md
This commit is contained in:
committed by
GitHub
parent
d4c01b57b1
commit
48ad4124e1
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user