Sha256: c0cc58169fe49cbfe6f101f847d4324c14509660fbe83351c6890f16a4791103
Contents?: true
Size: 587 Bytes
Versions: 5
Compression:
Stored size: 587 Bytes
Contents
--- layout: null permalink: /sitemap/posts.xml --- <?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
5 entries across 5 versions & 1 rubygems