mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
content: Use RSS output format in shortcode lookup example
Closes #3229 Co-authored-by: James Cridland <james@cridland.net>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user