whitespace

This commit is contained in:
Tom Preston-Werner 2010-06-03 16:09:33 -07:00
parent 2c542a652d
commit f6ef6f21ae
1 changed files with 5 additions and 5 deletions

View File

@ -2,8 +2,8 @@
layout: nil layout: nil
--- ---
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<urlset <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"> 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">
<url> <url>
<loc>http://example.com</loc> <loc>http://example.com</loc>
@ -20,13 +20,13 @@ layout: nil
<priority>0.2</priority> <priority>0.2</priority>
</url> </url>
{% endfor %} {% endfor %}
{% for page in site.html_pages %} {% for page in site.html_pages %}
<url> <url>
<loc>http://example.com{{ page.url }}</loc> <loc>http://example.com{{ page.url }}</loc>
<lastmod>{{ site.time | date: "%Y-%m-%d" }}</lastmod> <lastmod>{{ site.time | date: "%Y-%m-%d" }}</lastmod>
{% if page.changefreq %}<changefreq>{{ page.changefreq }}</changefreq>{% endif %} {% if page.changefreq %}<changefreq>{{ page.changefreq }}</changefreq>{% endif %}
{% if page.priority %}<priority>{{ page.priority }}</priority>{% endif %} {% if page.priority %}<priority>{{ page.priority }}</priority>{% endif %}
</url> </url>
{% endfor %} {% endfor %}
</urlset> </urlset>