diff options
Diffstat (limited to 'content/sitemap.njk')
| -rw-r--r-- | content/sitemap.njk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/content/sitemap.njk b/content/sitemap.njk new file mode 100644 index 0000000..ec892a7 --- /dev/null +++ b/content/sitemap.njk @@ -0,0 +1,6 @@ +--- +permalink: /sitemap.xml +layout: null +eleventyExcludeFromCollections: true +--- +{% sitemap collections.all %} |
