Add IsRenderable to Page
authorNoah Campbell <noahcampbell@gmail.com>
Wed, 18 Sep 2013 17:17:43 +0000 (10:17 -0700)
committerNoah Campbell <noahcampbell@gmail.com>
Wed, 18 Sep 2013 17:17:43 +0000 (10:17 -0700)
commit67b2abaf098af8391013cb06a623df8c1a8e0f73
treec14774097bd37fc0b479c1a2e2a48beeda806270
parentd8e1834910d2b845ee5066571a61be49a7a1451c
Add IsRenderable to Page

As pages are read from the target, they will be assessed if they should
be rendered or not.  The logic for IsRenderable is in the parser/page.go
and looks for anything exception '<'.
hugolib/page.go
hugolib/page_test.go
parser/page.go