{% for post in site.categories.blog %}
{{ post.url }}
{% if post.lastmod == null %}
{{ post.date | date_to_xmlschema }}
{% else %}
{{ post.lastmod | date_to_xmlschema }}
{% endif %}
weekly
0.5
{% endfor %}
{% for page in site.pages %}
{% if page.lang != "zh" %}
{{ page.url }}
{{ page.sitemap.lastmod | date_to_xmlschema }}
{% if page.sitemap != null and page.sitemap != empty %}
weekly
{{ page.sitemap.priority }}
{% endif %}
{% endif %}
{% endfor %}