mirror of
https://github.com/gohugoio/hugo.git
synced 2025-09-01 22:42:45 +02:00
Add IsNamedParams property in shortcodes
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
86dcac614b
commit
311307c9e4
@@ -173,9 +173,9 @@ You want to include a single tweet into your blog post? Everything you need is t
|
||||
|
||||
https://twitter.com/spf13/status/666616452582129664
|
||||
|
||||
Pass the tweet's author the id from the URL as parameters to the shortcode as shown below:
|
||||
Pass the tweet's id from the URL as parameter to the shortcode as shown below:
|
||||
|
||||
{{</* tweet spf13 666616452582129664 */>}}
|
||||
{{</* tweet 666616452582129664 */>}}
|
||||
|
||||
***
|
||||
|
||||
|
Reference in New Issue
Block a user