shithub: hugo

Download patch

ref: 012a473e27aee4a8bd6e7e7923d697a6c6b4b82c
parent: df489b4712dd59b097de0d2fb84cfac7a013f5cd
author: Daniel Fairhead <[email protected]>
date: Tue Sep 9 10:26:51 EDT 2014

added "eq" function to docs.

--- a/docs/content/templates/functions.md
+++ b/docs/content/templates/functions.md
@@ -35,6 +35,12 @@
 
 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.