1
0
Fork 0
mirror of https://github.com/gohugoio/hugo.git synced 2025-03-25 23:05:52 +00:00
hugo/tpl/lang
Cameron Moore ce264b936c tpl: Add a delimiter parameter to lang.NumFmt
The original implementation of NumFmt did not take into account that the
options delimiter (a space) could be a valid option.  Adding a delim
parameter seems like the simplest, safest, and most flexible way to
solve this oversight in a backwards-compatible way.

Fixes 
2018-10-02 17:41:48 +03:00
..
init.go
init_test.go
lang.go tpl: Add a delimiter parameter to lang.NumFmt 2018-10-02 17:41:48 +03:00
lang_test.go tpl: Add a delimiter parameter to lang.NumFmt 2018-10-02 17:41:48 +03:00