From 08645236ac0feac830cc2488f1b80170a799b123 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Sun, 2 Nov 2025 02:02:27 -0800 Subject: [PATCH] content: Use RSS output format in shortcode lookup example Closes #3229 Co-authored-by: James Cridland --- content/en/templates/shortcode.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/en/templates/shortcode.md b/content/en/templates/shortcode.md index f07206f6a..34cf46f5a 100644 --- a/content/en/templates/shortcode.md +++ b/content/en/templates/shortcode.md @@ -63,10 +63,10 @@ foo|html|en|`layouts/_shortcodes/foo.html.en.html` Shortcode name|Output format|Language|Template path :--|:--|:--|:-- -foo|json|en|`layouts/_shortcodes/foo.en.json` -foo|json|en|`layouts/_shortcodes/foo.json` -foo|json|en|`layouts/_shortcodes/foo.json.json` -foo|json|en|`layouts/_shortcodes/foo.json.en.json` +foo|rss|en|`layouts/_shortcodes/foo.en.rss.xml` +foo|rss|en|`layouts/_shortcodes/foo.rss.xml` +foo|rss|en|`layouts/_shortcodes/foo.en.xml` +foo|rss|en|`layouts/_shortcodes/foo.xml` ## Methods