mirror of
https://github.com/gohugoio/hugo.git
synced 2026-09-04 04:32:37 +00:00
337 B
337 B
title, description, categories, menu, keywords, signature, relatedfuncs
| title | description | categories | menu | keywords | signature | relatedfuncs | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| float | Creates a `float` from the argument passed into the function. |
|
|
|
|
Useful for turning strings into floating point numbers.
{{ float "1.23" }} → 1.23