class Tumblargh::Renderer::Blocks::PostSummary

Identical to {PostTitle}, but will automatically generate a summary if a title doesn't exist.

Public Instance Methods

post_summary() click to toggle source
# File lib/tumblargh/renderer/blocks.rb, line 126
def post_summary
  # TODO: Implementation
end