Removing GetSection
authorNoah Campbell <noahcampbell@gmail.com>
Wed, 14 Aug 2013 22:22:57 +0000 (15:22 -0700)
committerNoah Campbell <noahcampbell@gmail.com>
Fri, 23 Aug 2013 21:14:54 +0000 (14:14 -0700)
commit599e6672f748c19bf6b11481736061be7a03c762
treeeb9284e9cdf1ea0039c0b324383219e7db3f7dff
parentae7112977d57dddc3a4b990c9a93ae74d1c61057
Removing GetSection

Using GetXXX is not idiomatic to Go.  Also added a bunch of unit testing
around this method.
hugolib/node.go
hugolib/page.go
hugolib/page_test.go
hugolib/site.go