Class: FastComments::Jekyll::ContainerTag

Inherits:
BaseTag
  • Object
show all
Defined in:
lib/fastcomments/jekyll/base_tag.rb

Instance Method Summary collapse

Methods inherited from BaseTag

page_scoped?, #render

Instance Method Details

#render_widget(config) ⇒ Object



24
25
26
# File 'lib/fastcomments/jekyll/base_tag.rb', line 24

def render_widget(config)
  ContainerWidget.render(self.class.spec, config)
end