class SsgCopyrightTool::Renderer
Public Class Methods
copyright(name, msg)
click to toggle source
# File lib/ssg_copyright_tool/renderer.rb, line 3 def self.copyright name, msg copyright_msg = "© #{Time.now.year} | <b>#{name}</b> #{msg}" copyright_msg.html_safe end