class Tumblargh::Renderer::Blocks::PermalinkPage

Rendered on post permalink pages.

Public Instance Methods

should_render?() click to toggle source
# File lib/tumblargh/renderer/blocks.rb, line 179
def should_render?
  context.permalink?
end