Sha256: 0fdf08c698ed4051d992a17df5330f9ed3b4158e39bce0793ead017d6bec82e2

Contents?: true

Size: 726 Bytes

Versions: 37

Compression:

Stored size: 726 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

37 entries across 37 versions & 5 rubygems

Version Path
jekyll-theme-stellar-0.2.2 _layouts/sitemap.html
jekyll-theme-parallelism-0.1.5 _layouts/sitemap.html
jekyll-theme-overflow-0.1.3 _layouts/sitemap.html
jekyll-theme-drop-0.1.6 _layouts/sitemap.html
jekyll-theme-consulting-0.6.3 _layouts/sitemap.html
jekyll-theme-consulting-0.6.2 _layouts/sitemap.html
jekyll-theme-consulting-0.6.1 _layouts/sitemap.html
jekyll-theme-consulting-0.6.0 _layouts/sitemap.html
jekyll-theme-consulting-0.5.0 _layouts/sitemap.html
jekyll-theme-consulting-0.4.6 _layouts/sitemap.html
jekyll-theme-consulting-0.4.5 _layouts/sitemap.html
jekyll-theme-stellar-0.2.1 _layouts/sitemap.html
jekyll-theme-consulting-0.4.4 _layouts/sitemap.html
jekyll-theme-consulting-0.4.3 _layouts/sitemap.html
jekyll-theme-consulting-0.4.2 _layouts/sitemap.html
jekyll-theme-consulting-0.4.1 _layouts/sitemap.html
jekyll-theme-consulting-0.4.0 _layouts/sitemap.html
jekyll-theme-parallelism-0.1.4 _layouts/sitemap.html
jekyll-theme-overflow-0.1.2 _layouts/sitemap.html
jekyll-theme-drop-0.1.5 _layouts/sitemap.html