class Tumblargh::Renderer::Blocks::Title
Common post blocks
Public Instance Methods
should_render?()
click to toggle source
# File lib/tumblargh/renderer/blocks.rb, line 28 def should_render? !(title.nil? || title.blank?) end