class Jekyll::WebmentionIO::WebmentionsTag
Public Class Methods
new(tag_name, text, tokens)
click to toggle source
Calls superclass method
Jekyll::WebmentionIO::WebmentionTag::new
# File lib/jekyll/tags/webmentions.rb, line 15 def initialize(tag_name, text, tokens) super @text = text self.template = "webmentions" end