diff --git a/docs/content/templates/functions.md b/docs/content/templates/functions.md index 9f17ba8fe..b84a4ff35 100644 --- a/docs/content/templates/functions.md +++ b/docs/content/templates/functions.md @@ -35,6 +35,12 @@ If parameter is set, then echo it. e.g. {{echoParam .Params "project_url" }} +### eq +Return true if the parameters are equal. + +e.g. + {{ if eq .Section "blog" }}current{{ end}}" + ### first Slices an array to only the first X elements.