Tweak sitemap whitespace
This commit is contained in:
parent
155518f298
commit
1d794a563d
@ -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…
x
Reference in New Issue
Block a user