Class: Locomotive::Liquid::Tags::SEO::Title

Inherits:
Base
  • Object
show all
Defined in:
lib/locomotive/liquid/tags/seo.rb

Instance Method Summary collapse

Instance Method Details

#render(context) ⇒ Object



51
52
53
# File 'lib/locomotive/liquid/tags/seo.rb', line 51

def render(context)
  self.render_title(context)
end