# File lib/nanoc/helpers/tagging.rb, line 65
    def link_for_tag(tag, base_url)
      %[<a href="#{h base_url}#{h tag}" rel="tag">#{h tag}</a>]
    end