This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/royale-website.git
commit 12d32034b9886b721dfe7ac49467348d177da216 Author: Josh Tynjala <[email protected]> AuthorDate: Thu Mar 20 11:42:38 2025 -0700 rss/sitemap: consistent content-only.html layout value --- rss.liquid | 2 +- sitemap.liquid | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rss.liquid b/rss.liquid index 8a1e420a..5fa74a8e 100644 --- a/rss.liquid +++ b/rss.liquid @@ -2,7 +2,7 @@ # Metadata comes from _data/feedmeta.json permalink: "/feed/index.xml" eleventyExcludeFromCollections: true -layout: null +layout: "content-only.html" --- <?xml version="1.0" encoding="utf-8"?> <rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" diff --git a/sitemap.liquid b/sitemap.liquid index 9ba5f0ad..fcbee7e5 100644 --- a/sitemap.liquid +++ b/sitemap.liquid @@ -1,7 +1,7 @@ --- permalink: /sitemap.xml eleventyExcludeFromCollections: true -layout: content-only.html +layout: "content-only.html" --- <?xml version="1.0" encoding="utf-8"?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
