hugo

Fork of github.com/gohugoio/hugo with reverse pagination support

git clone git://git.shimmy1996.com/hugo.git

eq.md (393B)

    1 ---
    2 title: eq
    3 linktitle: eq
    4 description: Returns the boolean truth of arg1 == arg2.
    5 date: 2017-02-01
    6 publishdate: 2017-02-01
    7 lastmod: 2017-02-01
    8 categories: [functions]
    9 menu:
   10   docs:
   11     parent: "functions"
   12 keywords: [operators,logic]
   13 signature: ["eq ARG1 ARG2"]
   14 workson: []
   15 hugoversion:
   16 relatedfuncs: []
   17 deprecated: false
   18 aliases: []
   19 ---
   20 
   21 
   22 ```
   23 {{ if eq .Section "blog" }}current{{ end }}
   24 ```