mirror of
https://github.com/mgrove36/bbc-young-reporter.git
synced 2026-05-16 01:01:49 +01:00
Update change frequency in sitemap
This commit is contained in:
+2
-2
@@ -11,7 +11,7 @@ search: exclude
|
|||||||
<url>
|
<url>
|
||||||
<loc>{{ page.url }}</loc>
|
<loc>{{ page.url }}</loc>
|
||||||
<lastmod>{{ site.time | date: '%Y-%m-%d' }}</lastmod>
|
<lastmod>{{ site.time | date: '%Y-%m-%d' }}</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>hourly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
@@ -22,7 +22,7 @@ search: exclude
|
|||||||
<url>
|
<url>
|
||||||
<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>hourly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|||||||
Reference in New Issue
Block a user