Sha256: a9159bdd7a968caedac53e1d45354493d95c62726332550e54ade67dacf6da4a

Contents?: true

Size: 601 Bytes

Versions: 5

Compression:

Stored size: 601 Bytes

Contents

---
layout: null
permalink: /sitemap/authors.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 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

5 entries across 5 versions & 1 rubygems

Version Path
fenton-jekyll-boilerplate-0.0.11 assets/sitemap/authors.xml
fenton-jekyll-boilerplate-0.0.10 assets/sitemap/authors.xml
fenton-jekyll-boilerplate-0.0.9 assets/sitemap/authors.xml
fenton-jekyll-boilerplate-0.0.8 assets/sitemap/authors.xml
fenton-jekyll-boilerplate-0.0.7 assets/sitemap/authors.xml