Sha256: e95122831f701dace6ccdf9f635062763001822b1d5f8ef91caf09e84e869365

Contents?: true

Size: 745 Bytes

Versions: 11

Compression:

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

11 entries across 11 versions & 5 rubygems

Version Path
jekyll-theme-twenty-0.1.12 _layouts/sitemap.html
jekyll-theme-twenty-0.1.11 _layouts/sitemap.html
jekyll-theme-twenty-0.1.10 _layouts/sitemap.html
jekyll-theme-twenty-0.1.9 _layouts/sitemap.html
jekyll-theme-parallelism-0.1.7 _layouts/sitemap.html
jekyll-theme-drop-0.1.8 _layouts/sitemap.html
jekyll-theme-drop-0.1.7 _layouts/sitemap.html
jekyll-theme-overflow-0.1.4 _layouts/sitemap.html
jekyll-theme-parallelism-0.1.6 _layouts/sitemap.html
jekyll-theme-stellar-0.2.3 _layouts/sitemap.html
jekyll-theme-twenty-0.1.8 _layouts/sitemap.html