diff --git a/Rakefile b/Rakefile index 8d4c4a9d..d1aef0d6 100644 --- a/Rakefile +++ b/Rakefile @@ -547,7 +547,7 @@ task :generate_sitemap => [:environment] do xml.sitemapindex(xmlns: 'http://www.sitemaps.org/schemas/sitemap/0.9') { sorted_sites.keys.sort.each { |key| xml.sitemap { - xml.loc "https://neocities.org/sitemap/index-#{key}.xm" + xml.loc "https://neocities.org/sitemap/index-#{key}.xml" xml.lastmod Time.now.strftime("%Y-%m-%d") } }