hugo/docs
Tatsushi Demachi fa8ac87d5e Make 'where' template function accepts dot chaining key argument
'where' template function used to accept only each element's struct
field name, method name and map key name as its second argument. This
extends it to accept dot chaining key like 'Params.foo.bar' as the
argument. It evaluates sub elements of each array elements and checks it
matches the third argument value.

Typical use case would be for filtering Pages by user defined front
matter value. For example, to filter pages which have 'Params.foo.bar'
and its value is 'baz', it is used like

    {{ range where .Data.Pages "Params.foo.bar" "baz" }}
        {{ .Content }}
    {{ end }}

It ignores all leading and trailing dots so it can also be used with
".Params.foo.bar"
2014-12-29 12:53:41 +01:00
..
archetypes Creating a showcase archetype to make for easier showcase additions 2014-08-26 12:27:43 -04:00
content Make 'where' template function accepts dot chaining key argument 2014-12-29 12:53:41 +01:00
layouts Correct URL of the favicon in the documentation 2014-12-08 22:34:00 +01:00
static showcase: update ucsb entry 2014-12-03 13:53:29 +01:00
config.toml switching website to gohugo.io & adding links to discuss 2014-09-18 21:22:04 -04:00