mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -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.
|
// so they will be evaluated again, for word count calculations etc.
|
||||||
func (p *Page) copy() *Page {
|
func (p *Page) copy() *Page {
|
||||||
c := *p
|
c := *p
|
||||||
c.pageInit = &pageInit{
|
c.pageInit = &pageInit{}
|
||||||
//pageMenusInit: p.pageMenusInit,
|
|
||||||
}
|
|
||||||
return &c
|
return &c
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue