Class: FastComments::Jekyll::CommentCountTag

Inherits:
ContainerTag show all
Defined in:
lib/fastcomments/jekyll/tags.rb

Class Method Summary collapse

Methods inherited from ContainerTag

#render_widget

Methods inherited from BaseTag

page_scoped?, #render, #render_widget

Class Method Details

.specObject



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