mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-12-08 12:33:22 -05:00
Add a template function that allows conversion to float. This is useful, for example, when passing aspect ratios into templates, which tend to not be integers. Fixes #3307