OSDN Git Service

Regular updates
[twpd/master.git] / sitemap.xml
1 ---
2 layout: blank
3 type: other
4 ---
5 <?xml version="1.0" encoding="UTF-8"?>
6 <urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
7 <url><loc>{{ site.url }}/</loc></url>
8 {% for page in site.pages %}{% if page.type == 'article' %}<url><loc>{{ site.url }}{{ page.url | remove: '.html' }}</loc></url>
9 {% endif %}{% endfor %}
10 </urlset>