Class: FastComments::Jekyll::TopPagesTag
- Inherits:
-
ContainerTag
- Object
- Liquid::Tag
- BaseTag
- ContainerTag
- FastComments::Jekyll::TopPagesTag
- 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
89 90 91 92 93 94 95 |
# File 'lib/fastcomments/jekyll/tags.rb', line 89 def self.spec { container_tag: "div", container_id_prefix: "fc-top-pages", script_path: "/js/widget-top-pages-v2.min.js", script_marker_attr: "data-fc-top-pages-v2", global_name: "FastCommentsTopPagesV2" } end |