From a96ac65ca8e8b5e889a4018a90dfa6d64b34c69d Mon Sep 17 00:00:00 2001 From: Elis Eriksson Date: Sun, 31 May 2026 20:13:47 +0200 Subject: add sitemap, robots.txt and favicon.ico along with other small changes --- content/sitemap.njk | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 content/sitemap.njk (limited to 'content/sitemap.njk') 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 %} -- cgit v1.3-7-ge9ab