Sha256: a4cb215806a637aa2f813119cd881fe308637cba88b1195b172be608cabcd4c1
Contents?: true
Size: 862 Bytes
Versions: 4
Compression:
Stored size: 862 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 entries = '' | split:'@' %} {%- for author in site.authors %} {%- assign nav_sitemap = author.nav-sitemap | isnil: true %} {%- if nav_sitemap and author.title %} {%- capture data -%} <url> <loc>{{ site.url }}{{ author.url }}</loc> <lastmod>{{ author.date }}</lastmod> </url> {%- endcapture %} {%- assign entries = entries | push: data %} {%- endif %} {%- endfor %} {%- for entry in entries -%} {{ entry }} {%- endfor -%} </urlset>
Version data entries
4 entries across 4 versions & 1 rubygems