config/sitemap.rb in camaleon_cms-1.0 vs config/sitemap.rb in camaleon_cms-1.0.1
- old
+ new
@@ -13,10 +13,9 @@
langs = site.get_languages
sitemap :site do
url root_url, priority: 1.0, change_freq: "daily"
-
langs.each_with_index{|l, index| url site.the_url(locale: index==0?nil:l), last_mod: site.updated_at, priority: 0.9 }
url sitemap_url
end
\ No newline at end of file