Files
moonweb-site/hub/sitemap.xml.njk
T
stefankoelle dbb791b1a6 Centralize robots.txt and sitemap
- One robots.txt at root referencing two sitemaps
- One central sitemap.xml with all pages (no per-site sitemaps)
- Deleted: 4 per-site sitemap templates, 4 per-site robots.txt files
- Simplified sitemap template (uses collections.all)
2026-09-11 12:36:18 +02:00

6 lines
97 B
Plaintext

---
permalink: /sitemap.xml
eleventyExcludeFromCollections: true
---
{% include "sitemap.njk" %}