Sha256: 7af73a3437bd9ebf21ca36418e660d0912c7f435fcbc99b39000409c56715fb1

Contents?: true

Size: 438 Bytes

Versions: 31

Compression:

Stored size: 438 Bytes

Contents

<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">
<%- @pages.find_each do |page| %>
  <url>
    <loc>
      <%= "#{request.protocol}#{request.host_with_port}#{page.path}" %></loc>
    <lastmod><%= page.updated_at.to_date %></lastmod>
  </url>
<% end -%>
</urlset>

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
smithycms-0.8.1 app/views/smithy/sitemap/show.xml.erb
smithycms-0.7.3 app/views/smithy/sitemap/show.xml.erb
smithycms-0.7.2 app/views/smithy/sitemap/show.xml.erb
smithycms-0.7.1 app/views/smithy/sitemap/show.xml.erb
smithycms-0.7.0 app/views/smithy/sitemap/show.xml.erb
smithycms-0.6.10 app/views/smithy/sitemap/show.xml.erb
smithycms-0.5.99.3 app/views/smithy/sitemap/show.xml.erb
smithycms-0.6.9 app/views/smithy/sitemap/show.xml.erb
smithycms-0.6.7 app/views/smithy/sitemap/show.xml.erb
smithycms-0.6.6 app/views/smithy/sitemap/show.xml.erb
smithycms-0.6.5 app/views/smithy/sitemap/show.xml.erb
smithycms-0.6.4 app/views/smithy/sitemap/show.xml.erb
smithycms-0.6.3 app/views/smithy/sitemap/show.xml.erb
smithycms-0.5.99.2 app/views/smithy/sitemap/show.xml.erb
smithycms-0.5.99.1 app/views/smithy/sitemap/show.xml.erb
smithycms-0.5.99 app/views/smithy/sitemap/show.xml.erb
smithycms-0.6.2 app/views/smithy/sitemap/show.xml.erb
smithycms-0.6.1 app/views/smithy/sitemap/show.xml.erb
smithycms-0.5.2 app/views/smithy/sitemap/show.xml.erb
smithycms-0.6.0 app/views/smithy/sitemap/show.xml.erb