hugo/docs/content/functions/le.md
2017-07-31 09:21:24 +02:00

386 B

title linktitle description godocref date publishdate lastmod categories menu signature workson hugoversion relatedfuncs deprecated aliases
le le Returns the boolean truth of arg1 <= arg2. 2017-07-26 2017-07-26 2017-07-26
functions
docs
parent
functions
le ARG1 ARG2
false
{{ if le 5 10 }}true{{ end }}