Finish removing alerts info

This commit is contained in:
thephez 2018-01-04 13:17:01 -05:00
parent 5c207ed953
commit dcf7efb3b1
15 changed files with 0 additions and 1039 deletions

View file

@ -71,13 +71,6 @@ module Jekyll
sitemap.puts ' <loc>https://bitcoin.org/'+file.gsub('.html','').gsub('.md','')+'</loc>'
sitemap.puts '</url>'
end
#Add alerts pages
Dir.foreach('_alerts') do |file|
next if file == '.' or file == '..'
sitemap.puts '<url>'
sitemap.puts ' <loc>https://bitcoin.org/en/alert/'+file.gsub('.html','')+'</loc>'
sitemap.puts '</url>'
end
#Add releases pages
Dir.foreach('_releases') do |file|
next if file == '.' or file == '..'