diff --git a/Rakefile b/Rakefile index a38f181..4e0b263 100644 --- a/Rakefile +++ b/Rakefile @@ -201,7 +201,7 @@ task :sitemap => :default do end sitemap.puts %Q{ } sitemap.puts %Q{ #{site_url}#{f}} - sitemap.puts %Q{ #{Time.to_s('%Y-%m-%d')}} + sitemap.puts %Q{ #{Time.now.to_s('%Y-%m-%d')}} sitemap.puts %Q{ weekly} sitemap.puts %Q{ #{priority}} sitemap.puts %Q{ }