Sha256: af3b5eef5baf48a115199be0ac846a5cc561b021ab01fe7160d51b77ba8e3deb
Contents?: true
Size: 571 Bytes
Versions: 2
Compression:
Stored size: 571 Bytes
Contents
--- layout: tasks/compress permalink: /sitemap.xml --- {%- include reset/site_pages.liquid -%} <?xml version="1.0" encoding="UTF-8"?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> {%- for page in site_pages -%} <url> <loc>{{ page.url | absolute_url | xml_escape }}</loc> <priority>{{ page.content | size | divided_by: 2048.0 | times: 10 | ceil | divided_by: 10.0 | at_least: 0.1 | at_most: 1.0 }}</priority> <lastmod>{{ site.time | date_to_xmlschema }}</lastmod> </url> {%- endfor %} </urlset>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jekyll-rtd-theme-2.0.9 | assets/sitemap.liquid |
jekyll-rtd-theme-2.0.8 | assets/sitemap.liquid |