mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
resources/page: Fix typo
This commit is contained in:
parent
6f59d96bba
commit
e309f82efe
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ func (p Pages) GroupByParam(key string, order ...string) (PagesGroup, error) {
|
|||
}
|
||||
}
|
||||
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 {
|
||||
|
|
Loading…
Reference in a new issue