Class: Jekyll::StitchPlusTag

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

Instance Method Summary collapse

Constructor Details

#initialize(tag_name, text, tokens) ⇒ StitchPlusTag

Returns a new instance of StitchPlusTag.



59
60
61
# File 'lib/jekyll-stitch-plus.rb', line 59

def initialize(tag_name, text, tokens)
  super
end

Instance Method Details

#render(context) ⇒ Object



63
64
65
# File 'lib/jekyll-stitch-plus.rb', line 63

def render(context)
  context.registers[:site].config['stitch']['js_tag']
end