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 #3092
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 tpl: Add basic tests for all namespace init funcs 2017-05-02 00:07:33 +02:00
crypto tpl: Add basic tests for all namespace init funcs 2017-05-02 00:07:33 +02:00
data tpl/data: Clean up data namespace 2017-05-02 09:18:41 +02:00
encoding tpl: Add basic tests for all namespace init funcs 2017-05-02 00:07:33 +02:00
fmt tpl: Add basic tests for all namespace init funcs 2017-05-02 00:07:33 +02:00
images tpl/images: Fix embedded sync.Mutex 2017-05-02 09:17:14 +02:00
inflect tpl: Add basic tests for all namespace init funcs 2017-05-02 00:07:33 +02:00
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 tpl: Add basic tests for all namespace init funcs 2017-05-02 00:07:33 +02:00
os tpl: Add basic tests for all namespace init funcs 2017-05-02 00:07:33 +02:00
partials tpl: Add basic tests for all namespace init funcs 2017-05-02 00:07:33 +02:00
safe tpl: Add basic tests for all namespace init funcs 2017-05-02 00:07:33 +02:00
strings tpl: Add basic tests for all namespace init funcs 2017-05-02 00:07:33 +02:00
time tpl: Add basic tests for all namespace init funcs 2017-05-02 00:07:33 +02:00
tplimpl tmplimpl: Add support for ellipsed paginator 2017-05-17 21:47:05 +03:00
transform tpl: Add basic tests for all namespace init funcs 2017-05-02 00:07:33 +02:00
urls tpl/urls: Make urlize return a string 2017-05-02 23:46:36 +02:00
template.go hugolib: Handle shortcode per output format 2017-05-13 22:44:15 +03:00