hugo/docs/content/templates
Tatsushi Demachi 0d17ee7ed4 Add operator argument to where template function
It allows to use `where` template function like SQL `where` clause.
For example,

    {{ range where .Data.Pages "Type" "!=" "post" }}
        {{ .Content }}
    {{ end }}

Now these operators are implemented:

    =, ==, eq, !=, <>, ne, >=, ge, >, gt, <=, le, <, lt, in, not in

It also fixes `TestWhere` more readable
2015-01-04 12:15:17 +01:00
..
404.md
content.md
functions.md Add operator argument to where template function 2015-01-04 12:15:17 +01:00
go-templates.md
homepage.md
list.md
overview.md
partials.md
rss.md
sitemap.md
terms.md
variables.md
views.md