Skip to content

Commit 7f21c6f

Browse files
committed
update: sitemap.njk — formatting spacing
1 parent cc68b29 commit 7f21c6f

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

src/sitemap.njk

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22
permalink: /sitemap.xml
33
eleventyExcludeFromCollections: true
44
---
5+
56
<?xml version="1.0" encoding="utf-8"?>
67
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
7-
{% for page in collections.all %}
8+
{% for page in collections.all %}
89
{% if not page.data.draft %}
9-
<url>
10+
<url>
1011
<loc>{{ link.website }}{{ page.url | url }}</loc>
1112
<lastmod>{{ page.date.toISOString() }}</lastmod>
1213
<changefreq>{{ page.data.changeFreq if page.data.changeFreq else "monthly" }}</changefreq>
13-
</url>
14+
</url>
1415
{% endif %}
15-
{% endfor %}
16-
</urlset>
16+
{% endfor %}
17+
</urlset>

0 commit comments

Comments
 (0)