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

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

Direct Known Subclasses

Metadata, Title

Instance Method Summary collapse

Instance Method Details

#render(context) ⇒ Object



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

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