hugo/docs
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
..
archetypes Creating a showcase archetype to make for easier showcase additions 2014-08-26 12:27:43 -04:00
content Add operator argument to where template function 2015-01-04 12:15:17 +01:00
layouts Correct URL of the favicon in the documentation 2014-12-08 22:34:00 +01:00
static Add www.thehome.dk to showcase 2014-12-30 12:28:19 -07:00
config.toml switching website to gohugo.io & adding links to discuss 2014-09-18 21:22:04 -04:00