Class: Locomotive::Liquid::Tags::SEO::Base
- Inherits:
-
Liquid::Tag
- Object
- Liquid::Tag
- Locomotive::Liquid::Tags::SEO::Base
- Defined in:
- lib/locomotive/liquid/tags/seo.rb
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 |