Sha256: 1080b8d9ec07342700e0b64cf5de75b44a6abd3185ad9b28ebc0c7739efb2148
Contents?: true
Size: 535 Bytes
Versions: 1
Compression:
Stored size: 535 Bytes
Contents
<?xml version="1.0" encoding="UTF-8"?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:geo="http://www.google.com/geo/schemas/sitemap/1.0"> <url> <loc><%= @current_domain %></loc> <lastmod><%= RailsSitemap.updated_at %></lastmod> <changefreq><%= RailsSitemap.update_frequency_for_app %></changefreq> <priority>1.0</priority> </url> <% @posts.each do |post| %> <url> <loc><%= post[:url] %></loc> <lastmod><%= RailsSitemap.updated_at %></lastmod> </url> <% end %> </urlset>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails_sitemap-0.5.1 | app/views/rails_sitemap/posts/index.xml.erb |