diff --git a/_plugins/sitemap.rb b/_plugins/sitemap.rb index af191232..91f8bc62 100644 --- a/_plugins/sitemap.rb +++ b/_plugins/sitemap.rb @@ -52,6 +52,7 @@ module Jekyll end end next if !/\.html$/.match(file1) + next if file1 == 'index.html' || file1 == '404.html' sitemap.puts '' sitemap.puts ' http://bitcoin.org/'+file1.gsub('.html','')+'' sitemap.puts ''