hugo/tpl/tplimpl/embedded/templates
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
..
_default tpl: Remove unneeded space 2019-09-21 10:06:15 +02:00
shortcodes Support typed bool, int and float in shortcode params 2019-09-29 23:22:41 +02:00
disqus.html
google_analytics.html
google_analytics_async.html
google_news.html
opengraph.html
pagination.html
schema.html
twitter_cards.html