Class: Jekyll::AssetsPlugin::Tag

Inherits:
Liquid::Tag
  • Object
show all
Defined in:
lib/jekyll/assets_plugin/tag.rb

Instance Method Summary collapse

Instance Method Details

#render(context) ⇒ Object



10
11
12
# File 'lib/jekyll/assets_plugin/tag.rb', line 10

def render(context)
  Renderer.new(context, @markup).send :"render_#{@tag_name}"
end