1
0
Fork 0
mirror of https://github.com/gohugoio/hugo.git synced 2025-02-24 21:41:12 +00:00
hugo/tpl
Cameron Moore 38661c17bb tpl/collections: Log an error on unsupported types in IsSet
Unsupported types are currently silently ignored by IsSet.  An earlier
attempt was made to solve the issue by returning an error.  That attempt
was reverted since it broke some existing themes.

So instead, we'll log an error.  Hopefully, people will stop using IsSet
in this way, and we can eventually return an error outright.

Updates 
2017-05-18 21:54:42 +03:00
..
cast tpl: Add some GoDoc info to template func docs 2017-05-04 10:46:19 +02:00
collections tpl/collections: Log an error on unsupported types in IsSet 2017-05-18 21:54:42 +03:00
compare
crypto
data
encoding
fmt
images
inflect
internal tpl: Add some GoDoc info to template func docs 2017-05-04 10:46:19 +02:00
lang tpl/lang: Add NumFmt function 2017-05-18 09:49:20 +03:00
math
os
partials
safe
strings
time
tplimpl tmplimpl: Add support for ellipsed paginator 2017-05-17 21:47:05 +03:00
transform
urls
template.go hugolib: Handle shortcode per output format 2017-05-13 22:44:15 +03:00