Class: Jekyll::ImageTag

Inherits:
AssetTag
  • Object
show all
Defined in:
lib/asset_pages/jekyll/plugins/image_tag.rb

Constant Summary

Constants inherited from AssetTag

AssetTag::SourcePattern

Constants included from AssetPages::Jekyll::LiquidHelper

AssetPages::Jekyll::LiquidHelper::Root

Instance Attribute Summary

Attributes inherited from AssetTag

#options, #sources

Instance Method Summary collapse

Methods inherited from AssetTag

#initialize, parse_options

Methods included from AssetPages::Jekyll::LiquidHelper

included

Constructor Details

This class inherits a constructor from Jekyll::AssetTag

Instance Method Details

#render(context) ⇒ Object



21
22
23
24
25
# File 'lib/asset_pages/jekyll/plugins/image_tag.rb', line 21

def render(context)
  super

  image_tag(*sources, options)
end