Class: Jekyll::ImportmapTag

Inherits:
Liquid::Tag show all
Defined in:
lib/jekyll-importmap.rb,
lib/jekyll-importmap/version.rb

Constant Summary collapse

VERSION =
"0.0.7"

Instance Method Summary collapse

Constructor Details

#initialize(tag_name, text, tokens) ⇒ ImportmapTag

Returns a new instance of ImportmapTag.



7
8
9
# File 'lib/jekyll-importmap.rb', line 7

def initialize(tag_name, text, tokens)
    super
end

Instance Method Details

#render(context) ⇒ Object



11
12
13
# File 'lib/jekyll-importmap.rb', line 11

def render(context)
    return "Proof of concept"
end