Sha256: 1f6961c3cb4be05379282f08d0e03ac8057adc517decbd5787a3dc305dc528cc

Contents?: true

Size: 562 Bytes

Versions: 4

Compression:

Stored size: 562 Bytes

Contents

---
layout: sitemap
permalink: /sitemap.xml
---
{% assign posts=site.posts %}
{% assign pages=site.html_pages | 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 %}
  {% unless page.url contains "404" %}
  <url>
    <loc>{{ page.url | absolute_url}}</loc>
    <xhtml:link rel="alternate" hreflang="en" href="{{ page.url | absolute_url }}" />
    <changefreq>weekly</changefreq>
  </url>
  {% endunless %}
  {% endfor %}
</urlset>

Version data entries

4 entries across 4 versions & 4 rubygems

Version Path
jekyll-theme-twenty-0.1.6 _layouts/sitemap.html
jekyll-theme-parallelism-0.1.3 _layouts/sitemap.html
jekyll-theme-overflow-0.1.1 _layouts/sitemap.html
jekyll-theme-drop-0.1.3 _layouts/sitemap.html