From d6d0d983a1b3a2f4750c1c57931c112755d066aa Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Wed, 9 Oct 2019 15:54:24 -0700 Subject: [PATCH] no changefreq for sitemaps --- Rakefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Rakefile b/Rakefile index b47dbfa4..5d937b32 100644 --- a/Rakefile +++ b/Rakefile @@ -572,7 +572,6 @@ task :generate_sitemap => [:environment] do xml.sitemap { xml.loc "https://neocities.org/sitemap/index-#{key}.xml.gz" xml.lastmod Time.now.strftime("%Y-%m-%d") - xml.changefreq 'daily' } } }