in source/_plugins/generate_archives.rb [188:194]
def archive_links(archives)
archives.keys.sort.reverse.collect do |path|
year, month = path.split('/').map(&:to_i)
%Q{<link rel="archives" title="#{Months[month]} #{year}" href="/archives/#{path}/" />}
end
end