hugo/common
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
..
collections tpl/collections: Add group template func 2018-09-08 20:20:26 +02:00
errors common: Fix golint errors 2018-09-07 08:25:51 +02:00
hugio Fix Resource output in multihost setups 2018-08-13 19:00:51 +02:00
loggers Add support for theme composition and inheritance 2018-06-10 23:55:20 +02:00
maps common: Fix golint errors 2018-09-07 08:25:51 +02:00
math Add a newScratch template func 2018-07-06 17:51:38 +02:00
types tpl/collections: Add group template func 2018-09-08 20:20:26 +02:00