mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
parent
38c5db98b5
commit
9569d116cb
1 changed files with 1 additions and 0 deletions
|
@ -491,6 +491,7 @@ func (p *Page) update(f interface{}) error {
|
|||
p.linkTitle = cast.ToString(v)
|
||||
case "description":
|
||||
p.Description = cast.ToString(v)
|
||||
p.Params["description"] = p.Description
|
||||
case "slug":
|
||||
p.Slug = cast.ToString(v)
|
||||
case "url":
|
||||
|
|
Loading…
Reference in a new issue