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 2e8ced81a186c2857ffd6604f12e6601d2c3411d Author: Josh Tynjala <[email protected]> AuthorDate: Tue Oct 21 09:18:19 2025 -0700 don't need content-only layout template, just set layout to empty string --- _includes/content-only.html | 1 - css/css.json | 2 +- rss.liquid | 2 +- sitemap.liquid | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/_includes/content-only.html b/_includes/content-only.html deleted file mode 100644 index e02a27c0..00000000 --- a/_includes/content-only.html +++ /dev/null @@ -1 +0,0 @@ -{{ content }} \ No newline at end of file diff --git a/css/css.json b/css/css.json index 2f9f518e..4959e7b6 100644 --- a/css/css.json +++ b/css/css.json @@ -1,4 +1,4 @@ { "eleventyExcludeFromCollections": true, - "layout": "content-only.html" + "layout": "" } \ No newline at end of file diff --git a/rss.liquid b/rss.liquid index 5fa74a8e..d928d054 100644 --- a/rss.liquid +++ b/rss.liquid @@ -2,7 +2,7 @@ # Metadata comes from _data/feedmeta.json permalink: "/feed/index.xml" eleventyExcludeFromCollections: true -layout: "content-only.html" +layout: "" --- <?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 fcbee7e5..de436cc8 100644 --- a/sitemap.liquid +++ b/sitemap.liquid @@ -1,7 +1,7 @@ --- permalink: /sitemap.xml eleventyExcludeFromCollections: true -layout: "content-only.html" +layout: "" --- <?xml version="1.0" encoding="utf-8"?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
