content: Use RSS output format in shortcode lookup example

Closes #3229

Co-authored-by: James Cridland <james@cridland.net>
This commit is contained in:
Joe Mooring
2025-11-02 02:02:27 -08:00
committed by GitHub
parent 58654c1068
commit 08645236ac
+4 -4
View File
@@ -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