2017-03-27 16:32:31 -05:00

475 B

title linktitle description godocref date publishdate lastmod categories tags ns signature workson hugoversion relatedfuncs deprecated aliases
int int Creates an `int` from the argument passed into the function. 2017-02-01 2017-02-01 2017-02-01
functions
strings
integers
int INPUT
false

Creates an integer (int) from the argument passed into the function. Useful for turning strings into numbers.

{{ int "123" }} → 123