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.5.1 app/views/smithy/sitemap/show.xml.erb
smithycms-0.5.0 app/views/smithy/sitemap/show.xml.erb
smithycms-0.4.5 app/views/smithy/sitemap/show.xml.erb
smithycms-0.4.4 app/views/smithy/sitemap/show.xml.erb
smithycms-0.4.3 app/views/smithy/sitemap/show.xml.erb
smithycms-0.4.2 app/views/smithy/sitemap/show.xml.erb
smithycms-0.4.1 app/views/smithy/sitemap/show.xml.erb
smithycms-0.4.0 app/views/smithy/sitemap/show.xml.erb
smithycms-0.0.3 app/views/smithy/sitemap/show.xml.erb
smithycms-0.0.2 app/views/smithy/sitemap/show.xml.erb
smithycms-0.0.1 app/views/smithy/sitemap/show.xml.erb