Sha256: b8620c5bb5b8ca7c35fb5bdedf7c2cc9478b7eb51c63d49da7b582926def94b7
Contents?: true
Size: 554 Bytes
Versions: 1
Compression:
Stored size: 554 Bytes
Contents
--- layout: null --- <?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.xsd"> {%- assign pages = site.pages | where: 'nav-sitemap','true' %} {% for page in pages %} <url> <loc>{{ site.url }}{{ page.url }}</loc> <lastmod>{{ page.date }}</lastmod> </url> {% endfor %} </urlset>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fenton-jekyll-boilerplate-0.0.1 | sitemap/pages.xml |