hugo/docs/content/functions/int.md
2017-07-18 10:33:58 +02:00

439 B

title linktitle description godocref date publishdate lastmod categories menu 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
docs
parent
functions
int INPUT
false

Useful for turning strings into numbers.

{{ int "123" }} → 123