Sha256: e2a0b98a13886dbe672aab29bbfca041c73290993fc82bf437df9fc32502f169
Contents?: true
Size: 887 Bytes
Versions: 3
Compression:
Stored size: 887 Bytes
Contents
--- layout: null --- {%-if site.plainwhite.sitemap -%} <?xml version="1.0" encoding="UTF-8"?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" 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"> <url> <loc>{{ site.url }}</loc> <lastmod>{{ 'now' | date_to_xmlschema }}</lastmod> <priority>1.00</priority> </url> {%- for post in site.posts -%} <url> <loc>{{ site.url }}{{ post.url }}</loc> <lastmod>{{ post.date | date_to_xmlschema }}</lastmod> <changefreq>weekly</changefreq> <priority>0.80</priority> </url> {%- endfor -%} </urlset> {%- endif -%}
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
plainwhite-0.13 | sitemap.xml |
plainwhite-0.12 | sitemap.xml |
plainwhite-0.11 | sitemap.xml |