hugo/docs/content/en/functions/ge.md
2021-10-31 13:53:55 +01:00

379 B

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