From feb645d280a423d1f49f88ee8e6a0cc02e6c47bf Mon Sep 17 00:00:00 2001 From: Miguel de la Cruz Date: Sun, 7 Jan 2024 11:13:12 +0100 Subject: [PATCH] Move the RSS template to affect only posts --- themes/clean/layouts/{_default => posts}/rss.xml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename themes/clean/layouts/{_default => posts}/rss.xml (100%) diff --git a/themes/clean/layouts/_default/rss.xml b/themes/clean/layouts/posts/rss.xml similarity index 100% rename from themes/clean/layouts/_default/rss.xml rename to themes/clean/layouts/posts/rss.xml