Sha256: e01e32d975e3fc2e930aae7490d5ee3c61d8ae970d19aef679a8a531ba0efc3c

Contents?: true

Size: 1.82 KB

Versions: 3

Compression:

Stored size: 1.82 KB

Contents

---
layout: null
search: exclude
---

<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

    {% for book in site.books %}
    <url>
        <loc>{{book.url}}</loc>
        <lastmod>{{site.time | date: '%Y-%m-%d' }}</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.5</priority>
    </url>
    {% endfor %}

    {% for author in site.authors %}
    <url>
        <loc>{{author.url}}</loc>
        <lastmod>{{site.time | date: '%Y-%m-%d' }}</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.5</priority>
    </url>
    {% endfor %}

    {% for chriteria in site.chriterias %}
    <url>
        <loc>{{chriteria.url}}</loc>
        <lastmod>{{site.time | date: '%Y-%m-%d' }}</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.5</priority>
    </url>
    {% endfor %}

    {% for city in site.cities %}
    <url>
        <loc>{{city.url}}</loc>
        <lastmod>{{site.time | date: '%Y-%m-%d' }}</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.5</priority>
    </url>
    {% endfor %}

    {% for post in site.posts %}
    <url>
        <loc>{{post.url}}</loc>
        <lastmod>{{site.time | date: '%Y-%m-%d' }}</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.5</priority>
    </url>
    {% endfor %}

    {% for publisher in site.publishers %}
    <url>
        <loc>{{publisher.url}}</loc>
        <lastmod>{{site.time | date: '%Y-%m-%d' }}</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.5</priority>
    </url>
    {% endfor %}

    {% for repository in site.repositories %}
    <url>
        <loc>{{repository.url}}</loc>
        <lastmod>{{site.time | date: '%Y-%m-%d' }}</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.5</priority>
    </url>
    {% endfor %}
</urlset>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
morel-theme-0.1.31 assets/---copy-content-to-main-folder---/sitemap.xml
morel-theme-0.1.3 assets/---copy-content-to-main-folder---/sitemap.xml
morel-theme-0.1.2 assets/---copy-content-to-main-folder---/sitemap.xml