class Tumblargh::Renderer::Blocks::PostTitle
Rendered on permalink pages. (Useful for displaying the current post's title in the page title)
Public Instance Methods
post_title()
click to toggle source
# File lib/tumblargh/renderer/blocks.rb, line 118 def post_title # TODO: Implementation end
should_render?()
click to toggle source
# File lib/tumblargh/renderer/blocks.rb, line 114 def should_render? false end