There was an error while loading. Please reload this page.
1 parent 58654c1 commit 0864523Copy full SHA for 0864523
content/en/templates/shortcode.md
@@ -63,10 +63,10 @@ foo|html|en|`layouts/_shortcodes/foo.html.en.html`
63
64
Shortcode name|Output format|Language|Template path
65
:--|:--|:--|:--
66
-foo|json|en|`layouts/_shortcodes/foo.en.json`
67
-foo|json|en|`layouts/_shortcodes/foo.json`
68
-foo|json|en|`layouts/_shortcodes/foo.json.json`
69
-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`
70
71
## Methods
72
0 commit comments