trulia / hologram

A markdown based documentation system for style guides.
http://trulia.github.io/hologram
Other
2.16k stars 199 forks source link

Allow template variables to be set as nil #211

Closed jdcantrell closed 9 years ago

jdcantrell commented 9 years ago

This is needed so that erb files do not have :blocks set sometimes but nil at other times. Without this change if an erb file is processed before a documentation page, blocks will (and other related vars) will be nil while after documentation pages are processed blocks will be set for erbs. That was unintentional and this fixes it.