mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-11 20:03:58 +02:00
resources/page: Fix typo
This commit is contained in:
@@ -205,7 +205,7 @@ func (p Pages) GroupByParam(key string, order ...string) (PagesGroup, error) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if !tmp.IsValid() {
|
if !tmp.IsValid() {
|
||||||
return nil, errors.New("there is no such a param")
|
return nil, errors.New("there is no such param")
|
||||||
}
|
}
|
||||||
|
|
||||||
for _, e := range p {
|
for _, e := range p {
|
||||||
|
Reference in New Issue
Block a user