Sha256: 1d6dcdb2c523369058bffe3b5f1895d446f3360d233dd9472a0db819f2713224
Contents?: true
Size: 689 Bytes
Versions: 1
Compression:
Stored size: 689 Bytes
Contents
--- layout: nil --- <?xml version="1.0" encoding="UTF-8"?> <urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url> <loc>http://example.com</loc> <lastmod><%= date_to_xmlschema(@site.time) %></lastmod> <changefreq>daily</changefreq> <priority>1.0</priority> </url> <% for post in @site.posts %> <url> <loc>http://example.com/<%= post.url %>/</loc> <lastmod><%= @site.time %></lastmod> <changefreq>monthly</changefreq> <priority>0.2</priority> </url> <% end %> </urlset>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
blackwinter-jekyll-0.5.7 | test/source/sitemap.xml |