Sha256: 1cfe0e08675aff7b32b47a5a79b70692947193108dbcf244e17a297b03dcb4ac
Contents?: true
Size: 726 Bytes
Versions: 13
Compression:
Stored size: 726 Bytes
Contents
--- permalink: /sitemap.xml --- <?xml version="1.0" encoding="UTF-8"?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml"> {%- assign posts=site.posts | sort: 'lang' -%} {%- assign pages=site.html_pages | sort: 'lang' | concat: posts -%} {%- for page in pages -%} {%- assign versions=pages | where:"lang-ref", page.lang-ref -%} {%- unless page.url contains "404" -%} <url> <loc>{{ page.url | absolute_url}}</loc> {%- for version in versions -%} <xhtml:link rel="alternate" hreflang="{{ version.lang }}" href="{{ version.url | absolute_url }}" /> {%- endfor -%} <changefreq>monthly</changefreq> </url> {%- endunless -%} {%- endfor -%} </urlset>
Version data entries
13 entries across 13 versions & 1 rubygems