Check auto-generated file isn't included in sitemap

This commit is contained in:
Matthew Grove
2019-02-05 07:27:06 +00:00
parent 9b526ae978
commit 44c37ec160

View File

@@ -21,7 +21,7 @@ search: exclude
<loc>{{ post.url }}</loc>
<lastmod>{{ site.time | date: '%Y-%m-%d' }}</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
<priority>1</priority>
</url>
{% endfor %}
</urlset>