mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-10-05 08:00:04 -04:00
475 B
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 |
|
|
|
false |
Creates an integer (int
) from the argument passed into the function. Useful for turning strings into numbers.
{{ int "123" }} → 123