mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
hugolib: Remove unused line
This commit is contained in:
parent
c9731b2c2a
commit
e73a35dea5
1 changed files with 1 additions and 3 deletions
|
@ -1499,9 +1499,7 @@ func (p *Page) updatePageDates() {
|
|||
// so they will be evaluated again, for word count calculations etc.
|
||||
func (p *Page) copy() *Page {
|
||||
c := *p
|
||||
c.pageInit = &pageInit{
|
||||
//pageMenusInit: p.pageMenusInit,
|
||||
}
|
||||
c.pageInit = &pageInit{}
|
||||
return &c
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue