mirror of
https://github.com/mgrove36/bbc-young-reporter.git
synced 2026-03-03 03:17:07 +00:00
Merge branch 'master' of https://github.com/reading-school-code/bbc-young-reporter
This commit is contained in:
@@ -11,7 +11,11 @@ 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>
|
||||||
|
<<<<<<< HEAD
|
||||||
<changefreq>hourly</changefreq>
|
<changefreq>hourly</changefreq>
|
||||||
|
=======
|
||||||
|
<changefreq>always</changefreq>
|
||||||
|
>>>>>>> 33d7045a1dea50b0ffc13dfc815da48a2797d44d
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
@@ -22,7 +26,11 @@ 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>
|
||||||
|
<<<<<<< HEAD
|
||||||
<changefreq>hourly</changefreq>
|
<changefreq>hourly</changefreq>
|
||||||
|
=======
|
||||||
|
<changefreq>always</changefreq>
|
||||||
|
>>>>>>> 33d7045a1dea50b0ffc13dfc815da48a2797d44d
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|||||||
Reference in New Issue
Block a user