Class: Locomotive::Steam::Liquid::Tags::SEO::Base

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

Direct Known Subclasses

Metadata, Title

Instance Method Summary collapse

Instance Method Details

#render(context) ⇒ Object



9
10
11
12
13
14
# File 'lib/locomotive/steam/liquid/tags/seo.rb', line 9

def render(context)
  %{
    #{self.render_title(context)}
    #{self.(context)}
  }
end