Fixed section labels causing panic on windows.
authorNoah Campbell <noahcampbell@gmail.com>
Thu, 1 Aug 2013 20:27:07 +0000 (13:27 -0700)
committerNoah Campbell <noahcampbell@gmail.com>
Thu, 1 Aug 2013 20:27:56 +0000 (13:27 -0700)
commitc9a09418e7b1cf0d6c77d46ac1dc8a703b341ac2
treefcb03e9b3361272830369a6c2e726003dc4f4803
parent61258858af90fc43bea406af5f065d0b2e6c94dc
Fixed section labels causing panic on windows.
The filename path was being split using a unix specific path seperator.  This fix uses the os.PathSeperator to ensure proper evaluation regardless of platform.
hugolib/page.go