mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-25 07:48:52 +00:00
456 B
456 B
title, linktitle, description, godocref, date, publishdate, lastmod, categories, tags, signature, workson, hugoversion, relatedfuncs, deprecated, aliases
| title | linktitle | description | godocref | date | publishdate | lastmod | categories | tags | 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