Class: Jekyll::JbPictureBlock

Inherits:
Liquid::Tag
  • Object
show all
Defined in:
lib/jekyll-bits/picture.rb

Overview

Jekyll block

Instance Method Summary collapse

Instance Method Details

#render(context) ⇒ Object



141
142
143
# File 'lib/jekyll-bits/picture.rb', line 141

def render(context)
  JbBox.new.jb_picture_body(context.registers[:page])
end