mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-22 21:42:50 +02:00
hugolib: Remove unused line
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user