coton_app/app/views/public/seo/_sitemap_cirque.builder
2018-12-15 14:06:53 +01:00

7 lines
128 B
Ruby

xml.url do
xml.loc "https://cirques-animaux.fr/"
xml.lastmod w3c_date(Time.now)
xml.changefreq "always"
end