parent
0126f4ab5e
commit
e5c0e91bc5
|
|
@ -457,7 +457,7 @@ search: exclude
|
||||||
{% for page in site.pages %}
|
{% for page in site.pages %}
|
||||||
<url>
|
<url>
|
||||||
<loc>{{page.url}}</loc>
|
<loc>{{page.url}}</loc>
|
||||||
<lastmod>{{site.time | date: '%Y-%B-%d' }}</lastmod>
|
<lastmod>{{site.time | date: '%Y-%m-%d' }}</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
|
|
@ -466,7 +466,7 @@ search: exclude
|
||||||
{% for post in site.posts %}
|
{% for post in site.posts %}
|
||||||
<url>
|
<url>
|
||||||
<loc>{{post.url}}</loc>
|
<loc>{{post.url}}</loc>
|
||||||
<lastmod>{{site.time | date: '%Y-%B-%d' }}</lastmod>
|
<lastmod>{{site.time | date: '%Y-%m-%d' }}</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue