Class: FastComments::Jekyll::CommentCountTag
- Inherits:
-
ContainerTag
- Object
- Liquid::Tag
- BaseTag
- ContainerTag
- FastComments::Jekyll::CommentCountTag
- Defined in:
- lib/fastcomments/jekyll/tags.rb
Class Method Summary collapse
Methods inherited from ContainerTag
Methods inherited from BaseTag
page_scoped?, #render, #render_widget
Class Method Details
.spec ⇒ Object
16 17 18 19 20 21 22 |
# File 'lib/fastcomments/jekyll/tags.rb', line 16 def self.spec { container_tag: "span", container_id_prefix: "fc-count", script_path: "/js/widget-comment-count.min.js", script_marker_attr: "data-fc-count", global_name: "FastCommentsCommentCount", page_scoped: true } end |