hugo/common/types
Bjørn Erik Pedersen 6667c6d743 tpl/collections: Add group template func
This extends the page grouping in Hugo with a template function that allows for ad-hoc grouping.

A made-up example:

```
{{ $cool := where .Site.RegularPages "Params.cool" true | group "cool" }}
{{ $blue := where .Site.RegularPages "Params.blue" true | group "blue" }}
{{ $paginator := .Paginate (slice $cool $blue) }}
```

Closes #4865
2018-09-08 20:20:26 +02:00
..
evictingqueue.go Only re-render the view(s) you're working on 2017-10-14 13:40:43 +02:00
evictingqueue_test.go Only re-render the view(s) you're working on 2017-10-14 13:40:43 +02:00
types.go tpl/collections: Add group template func 2018-09-08 20:20:26 +02:00
types_test.go hugolib: Implement "related content" 2017-09-06 00:20:02 +02:00