1
0
Fork 0
hugo/docs/content/en/_common/functions/truthy-falsy.md

226 B

_comment
Do not remove front matter.

The falsy values are false, 0, any nil pointer or interface value, any array, slice, map, or string of length zero, and zero time.Time values.

Everything else is truthy.