Method: Jekyll::SeoTag#render

Defined in:
lib/starter_web/_plugins/seo/j1-seo-tags.rb

#render(context) ⇒ Object



102
103
104
105
# File 'lib/starter_web/_plugins/seo/j1-seo-tags.rb', line 102

def render(context)
  @context = context
  SeoTag.template.render!(payload, info)
end