hugo/tpl
Cameron Moore 19c5910485 tpl: Add math.Ceil, Floor, and Round
Ceil and Floor are frontends for the stdlib math functions. The Round
implementation is essentially the same thing except that the Go stdlib
doesn't include a Round implementation in a stable release yet.  I've
included the Round function slated for Go 1.10.

Fixes #3883
2017-09-24 10:06:14 +02:00
..
cast Fix the docs helper tool 2017-09-23 10:20:11 +02:00
collections
compare tpl/compare: Add cond (ternary) template func 2017-09-08 16:59:43 +02:00
crypto
data
encoding
fmt
images
inflect
internal
lang
math tpl: Add math.Ceil, Floor, and Round 2017-09-24 10:06:14 +02:00
os
partials
safe
strings
time tpl/time: Add time.Duration and time.ParseDuration template funcs 2017-09-09 09:43:00 +02:00
tplimpl Trim newlines in the hightlight shortcode 2017-09-23 18:14:07 +02:00
transform
urls
template.go