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 tpl/tplimpl: Replace deprecated .GetParam usage 2019-04-09 16:39:12 +02:00
google_analytics.html tpl/tmplimpl: Add MIME type to embedded JS 2018-08-06 23:11:53 +02:00
google_analytics_async.html tpl/tmplimpl: Add MIME type to embedded JS 2018-08-06 23:11:53 +02:00
google_news.html tpl: Set permission of embedded templates to 0644 2018-07-09 12:57:08 -06:00
opengraph.html tpl: Fix internal templates usage of safeHTMLAttr 2019-05-17 16:00:54 +02:00
pagination.html Pagination - do not render href if no next item 2019-06-26 22:38:30 +02:00
schema.html Remove references to Google+ 2019-05-26 19:24:45 +02:00
twitter_cards.html tpl: Set permission of embedded templates to 0644 2018-07-09 12:57:08 -06:00