Skip to content

Commit 0864523

Browse files
content: Use RSS output format in shortcode lookup example
Closes #3229 Co-authored-by: James Cridland <james@cridland.net>
1 parent 58654c1 commit 0864523

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎content/en/templates/shortcode.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ foo|html|en|`layouts/_shortcodes/foo.html.en.html`
6363

6464
Shortcode name|Output format|Language|Template path
6565
:--|:--|:--|:--
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`
66+
foo|rss|en|`layouts/_shortcodes/foo.en.rss.xml`
67+
foo|rss|en|`layouts/_shortcodes/foo.rss.xml`
68+
foo|rss|en|`layouts/_shortcodes/foo.en.xml`
69+
foo|rss|en|`layouts/_shortcodes/foo.xml`
7070

7171
## Methods
7272

0 commit comments

Comments
 (0)