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

385 B

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