mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -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)
|
p.linkTitle = cast.ToString(v)
|
||||||
case "description":
|
case "description":
|
||||||
p.Description = cast.ToString(v)
|
p.Description = cast.ToString(v)
|
||||||
|
p.Params["description"] = p.Description
|
||||||
case "slug":
|
case "slug":
|
||||||
p.Slug = cast.ToString(v)
|
p.Slug = cast.ToString(v)
|
||||||
case "url":
|
case "url":
|
||||||
|
|
Loading…
Reference in a new issue