Sha256: 523959b888160a0e7381d4612cd9d443b3c4c659220cf37ca975e2b02469a084
Contents?: true
Size: 303 Bytes
Versions: 3
Compression:
Stored size: 303 Bytes
Contents
<%- @pages.each do |page| -%> <url> <loc><%= multi_language? ? show_page_with_language_url(:urlname => page.urlname, :lang => page.language) : show_page_url(page.urlname) %></loc> <lastmod><%= page.updated_at %></lastmod> <changefreq>weekly</changefreq> <priority>1</priority> </url> <%- end -%>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
alchemy_cms-2.0.pre4 | app/views/pages/sitemap.xml.erb |
alchemy_cms-2.0.pre3 | app/views/pages/sitemap.xml.erb |
alchemy_cms-2.0.pre2 | app/views/pages/sitemap.xml.erb |