Skip to content

Commit a3c50fa

Browse files
authored
fix: sitemap.njk — remove empty line on the first line (#296)
fix: `sitemap.njk` — remove empty line on the first line
2 parents e33761b + dc3a061 commit a3c50fa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sitemap.njk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
permalink: /sitemap.xml
33
eleventyExcludeFromCollections: true
44
---
5-
65
<?xml version="1.0" encoding="utf-8"?>
76
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
87
{% for page in collections.all %}

0 commit comments

Comments
 (0)