mirror of
https://github.com/mgrove36/bbc-young-reporter.git
synced 2026-03-03 11:27:06 +00:00
Check auto-generated file isn't included in sitemap
This commit is contained in:
@@ -21,7 +21,7 @@ search: exclude
|
|||||||
<loc>{{ post.url }}</loc>
|
<loc>{{ post.url }}</loc>
|
||||||
<lastmod>{{ site.time | date: '%Y-%m-%d' }}</lastmod>
|
<lastmod>{{ site.time | date: '%Y-%m-%d' }}</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>1</priority>
|
||||||
</url>
|
</url>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</urlset>
|
</urlset>
|
||||||
|
|||||||
Reference in New Issue
Block a user