File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,21 +10,21 @@ layout: null
1010 <url >
1111 <loc >{{ site.url }}{{ post.url }}</loc >
1212 {% if post.lastmod == null %}
13- <lastmod >{{ post.date | date_to_xmlschema }}</lastmod >
13+ <lastmod >{{ post.date | date_to_xmlschema }}</lastmod >
1414 {% else %}
15- <lastmod >{{ post.lastmod | date_to_xmlschema }}</lastmod >
15+ <lastmod >{{ post.lastmod | date_to_xmlschema }}</lastmod >
1616 {% endif %}
1717
1818 {% if post.sitemap.changefreq == null %}
19- <changefreq >weekly</changefreq >
19+ <changefreq >weekly</changefreq >
2020 {% else %}
21- <changefreq >{{ post.sitemap.changefreq }}</changefreq >
21+ <changefreq >{{ post.sitemap.changefreq }}</changefreq >
2222 {% endif %}
2323
2424 {% if post.sitemap.priority == null %}
25- <priority >0.5</priority >
25+ <priority >0.5</priority >
2626 {% else %}
27- <priority >{{ post.sitemap.priority }}</priority >
27+ <priority >{{ post.sitemap.priority }}</priority >
2828 {% endif %}
2929
3030 </url >
You can’t perform that action at this time.
0 commit comments