mirror of
https://github.com/gohugoio/hugo.git
synced 2025-05-09 20:30:02 +03:00

``` git subtree add --prefix=docs/ https://github.com/gohugoio/hugoDocs.git master --squash ``` Closes #11925
207 B
207 B
In Go templates, the falsy values are false
, 0
, any nil pointer or interface value, and any array, slice, map, or string of length zero. Everything else is truthy.