Sha256: 79f970dea5648e3013daf80f65f16665e40d37f60a37905ff1436fd9079b5a59
Contents?: true
Size: 324 Bytes
Versions: 2
Compression:
Stored size: 324 Bytes
Contents
xml.instruct! xml.urlset "xmlns" => "http://www.sitemaps.org/schemas/sitemap/0.9" do xml.url do xml.loc "http://#{@host}" xml.priority 1.0 end @pages.each do |page| if not page.index_or_not_found? xml.url do xml.loc page_main_url(page) xml.priority 0.9 end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
locomotive_cms-0.0.3.3 | app/views/admin/sitemaps/show.xml.builder |
locomotive_cms-0.0.3.1 | app/views/admin/sitemaps/show.xml.builder |