hugo/docs/content
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
..
community Docs copyediting: Add more external URLs; add backticks, etc. 2014-12-27 00:50:08 -07:00
content Add anchor ref to Blackfriday doc 2014-12-26 18:11:05 +01:00
extras Docs copyediting: Add more external URLs; add backticks, etc. 2014-12-27 00:50:08 -07:00
meta Switch to new hompage 2014-10-02 13:39:59 -04:00
overview [Docs] Mention support for the Ace HTML Template Engine 2014-12-27 00:58:50 -07:00
showcase Fix EOF 2014-12-30 12:28:19 -07:00
taxonomies Docs: Minor copyediting/proofreading 2014-12-08 22:44:30 +01:00
templates Add operator argument to where template function 2015-01-04 12:15:17 +01:00
themes Docs: Minor copyediting/proofreading 2014-12-08 22:44:30 +01:00
tutorials Documentation for ref and relref. 2014-12-18 22:18:37 -05:00