We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sitemap.njk
sitemap.xsl
1 parent ab56d84 commit b16fa92Copy full SHA for b16fa92
src/sitemap.njk
@@ -3,6 +3,7 @@ permalink: /sitemap.xml
3
eleventyExcludeFromCollections: true
4
---
5
<?xml version="1.0" encoding="utf-8"?>
6
+<?xml-stylesheet href="sitemap.xsl" type="text/xsl"?>
7
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
8
{% for page in collections.all %}
9
{% if not page.data.draft %}
0 commit comments