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