Sha256: 1fe42ad4bd2e89c8baf8cf4b63976d21648f72a3654baf562704b30cbdce1ee4

Contents?: true

Size: 728 Bytes

Versions: 8

Compression:

Stored size: 728 Bytes

Contents

---
layout: sitemap
permalink: /sitemap.xml
---
{% assign posts=site.posts | sort: 'lang' %}
{% assign pages=site.html_pages | sort: 'lang' | concat: posts %}

<?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">
  {% 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>weekly</changefreq>
  </url>
  {% endunless %}
  {% endfor %}
</urlset>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
jekyll-theme-ethereal-0.3.1 _layouts/sitemap.html
jekyll-theme-ethereal-0.3.0 _layouts/sitemap.html
jekyll-theme-ethereal-0.2.4 _layouts/sitemap.html
jekyll-theme-ethereal-0.2.3 _layouts/sitemap.html
jekyll-theme-ethereal-0.2.2 _layouts/sitemap.html
jekyll-theme-ethereal-0.2.1 _layouts/sitemap.html
jekyll-theme-ethereal-0.2.0 _layouts/sitemap.html
jekyll-theme-ethereal-0.1.0 _layouts/sitemap.html