1
0
Fork 0
mirror of https://github.com/gohugoio/hugo.git synced 2025-03-08 14:25:32 +00:00
hugo/docs/content/functions/ge.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
ge ge Returns the boolean truth of arg1 >= arg2. 2017-07-26 2017-07-26 2017-07-26
functions
docs
parent
functions
ge ARG1 ARG2
false
{{ if ge 10 5 }}true{{ end }}