Will Faught 928b945054
Add code fence types (#2038)
* Add code fence types

* Revert back to html
2023-03-31 21:05:20 -07:00

395 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 }}