Get rid of the rawContentCopy field of the Page struct
authorJoonatan Saarhelo <joon.saar@gmail.com>
Tue, 25 Oct 2016 18:40:32 +0000 (21:40 +0300)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Tue, 25 Oct 2016 18:40:32 +0000 (20:40 +0200)
commit89e31256649aeddec945a2d6dc73478f9a1ce0b8
tree06eacd3ff1170515f1593ec708a557753b78eee2
parentc936b6c89af8b378145bb78d19ac98f0a1a3d264
Get rid of the rawContentCopy field of the Page struct

It is not needed, because it is only used to store temporary data during `preparePagesForRender`.
hugolib/hugo_sites.go
hugolib/page.go