Sha256: 449e72f215702ccc0550dce8c7b935b2d685d879926fb85c6b3f5b9bee61bf78
Contents?: true
Size: 556 Bytes
Versions: 1
Compression:
Stored size: 556 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 posts = site.posts | where: 'nav-sitemap','true' %} {%- for post in posts %} <url> <loc>{{ site.url }}{{ post.url }}</loc> <lastmod>{{ post.date }}</lastmod> </url> {%- endfor %} </urlset>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fenton-jekyll-boilerplate-0.0.1 | sitemap/posts.xml |