mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
parent
b3563b40a4
commit
30d65fd48d
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ type Site struct {
|
|||
|
||||
// reset returns a new Site prepared for rebuild.
|
||||
func (s *Site) reset() *Site {
|
||||
return &Site{Language: s.Language}
|
||||
return &Site{Language: s.Language, owner: s.owner}
|
||||
}
|
||||
|
||||
// newSite creates a new site in the given language.
|
||||
|
|
Loading…
Reference in a new issue