Sha256: 620cd0edaa584e77d504e6fc94f3c4f7f15d0432322ec39113f5d3fc9ac656c8

Contents?: true

Size: 725 Bytes

Versions: 77

Compression:

Stored size: 725 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>weekly</changefreq>
  </url>
  {%- endunless -%}
{%- endfor -%}
</urlset>

Version data entries

77 entries across 77 versions & 2 rubygems

Version Path
jekyll-theme-twenty-0.1.16 _layouts/sitemap.html
jekyll-theme-twenty-0.1.15 _layouts/sitemap.html
jekyll-theme-twenty-0.1.14 _layouts/sitemap.html
jekyll-theme-consulting-0.11.24 _layouts/sitemap.html
jekyll-theme-consulting-0.11.23 _layouts/sitemap.html
jekyll-theme-consulting-0.11.22 _layouts/sitemap.html
jekyll-theme-consulting-0.11.21 _layouts/sitemap.html
jekyll-theme-consulting-0.11.20 _layouts/sitemap.html
jekyll-theme-consulting-0.11.19 _layouts/sitemap.html
jekyll-theme-consulting-0.11.18 _layouts/sitemap.html
jekyll-theme-consulting-0.11.17 _layouts/sitemap.html
jekyll-theme-consulting-0.11.15 _layouts/sitemap.html
jekyll-theme-consulting-0.11.14 _layouts/sitemap.html
jekyll-theme-consulting-0.11.13 _layouts/sitemap.html
jekyll-theme-consulting-0.11.12 _layouts/sitemap.html
jekyll-theme-consulting-0.11.11 _layouts/sitemap.html
jekyll-theme-consulting-0.11.10 _layouts/sitemap.html
jekyll-theme-consulting-0.11.9 _layouts/sitemap.html
jekyll-theme-consulting-0.11.8 _layouts/sitemap.html
jekyll-theme-consulting-0.11.7 _layouts/sitemap.html