Skip to content

Commit c5728d3

Browse files
authored
Merge pull request #14 from CAU-tion/1unaram-patch-1
Update sitemap.xml
2 parents b3ca8f8 + 66d0ae4 commit c5728d3

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

sitemap.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)