class Locomotive::Steam::Liquid::Tags::SEO::Title

Public Instance Methods

render(context) click to toggle source
# File lib/locomotive/steam/liquid/tags/seo.rb, line 50
def render(context)
  self.render_title(context)
end