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