hugo/tpl/tplimpl/embedded/templates/shortcodes
Bjørn Erik Pedersen 329e88db1f Support typed bool, int and float in shortcode params
This means that you now can do:

    {{< vidur 9KvBeKu false true 32 3.14 >}}

And the boolean and numeric values will be converted to `bool`, `int` and `float64`.

If you want these to be  strings, they must be quoted:

    {{< vidur 9KvBeKu "false" "true" "32" "3.14" >}}

Fixes #6371
2019-09-29 23:22:41 +02:00
..
__h_simple_assets.html Fix vimeo_simple thumb scaling 2018-05-30 11:30:28 +02:00
figure.html tpl: Fix whitespace issue 2018-11-27 18:15:10 +01:00
gist.html tpl: Always load GitHub Gists over HTTPS 2019-08-01 13:57:41 +02:00
highlight.html tpl: Set permission of embedded templates to 0644 2018-07-09 12:57:08 -06:00
instagram.html tpl: Set permission of embedded templates to 0644 2018-07-09 12:57:08 -06:00
instagram_simple.html tpl: Add rel="noopener" for external links 2019-09-21 10:08:47 +02:00
param.html tpl: Add "param" shortcode 2018-11-27 17:34:03 +01:00
ref.html Add file (line/col) info to ref/relref errors 2018-11-01 21:06:35 +01:00
relref.html Add file (line/col) info to ref/relref errors 2018-11-01 21:06:35 +01:00
twitter.html Support typed bool, int and float in shortcode params 2019-09-29 23:22:41 +02:00
twitter_simple.html Fixes #4798 2018-05-31 18:05:38 +02:00
vimeo.html tpl: Migrate last shortcodes (YouTube and Vimeo) to HTTPS embeds 2019-08-30 11:55:55 +02:00
vimeo_simple.html tpl: Add rel="noopener" for external links 2019-09-21 10:08:47 +02:00
youtube.html tpl: Migrate last shortcodes (YouTube and Vimeo) to HTTPS embeds 2019-08-30 11:55:55 +02:00