Class: FastComments::Jekyll::ContainerTag
- Defined in:
- lib/fastcomments/jekyll/base_tag.rb
Direct Known Subclasses
CommentCountTag, FastCommentsTag, LiveChatTag, RecentCommentsTag, RecentDiscussionsTag, ReviewsSummaryTag, TopPagesTag, UserActivityTag
Instance Method Summary collapse
Methods inherited from BaseTag
Instance Method Details
#render_widget(config) ⇒ Object
24 25 26 |
# File 'lib/fastcomments/jekyll/base_tag.rb', line 24 def (config) ContainerWidget.render(self.class.spec, config) end |