Tweak sitemap whitespace
This commit is contained in:
parent
ceb766e660
commit
e1bfb45496
|
@ -4,7 +4,7 @@ eleventyExcludeFromCollections: true
|
|||
---
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
{% for item in collections.all -%}
|
||||
{%- for item in collections.all %}
|
||||
<url>
|
||||
<loc>{{ sitemeta.siteUrl + item.url | url }}</loc>
|
||||
<lastmod>{% if item.updated %}{{ item.updated.toISOString() }}{% else %}{{ item.date.toISOString() }}{% endif %}</lastmod>
|
||||
|
|
Loading…
Reference in New Issue