Files
hugo/tpl
Bjørn Erik Pedersen ffaec4ca8c Add a way to merge pages by language
As an example:

```html
{{ $pages := .Site.RegularPages | lang.Merge $frSite.RegularPages | lang.Merge $enSite.RegularPages }}
```

Will "fill in the gaps" in the current site with, from left to right, content from the French site, and lastly the English.

Fixes #4463
2018-03-16 10:10:01 +01:00
..
2017-09-28 16:53:18 +02:00
2017-10-03 07:59:51 +02:00
2017-11-25 18:38:33 +01:00
2017-08-07 20:19:24 +02:00
2018-03-16 10:10:01 +01:00
2017-10-30 21:55:36 +01:00
2017-12-17 18:06:55 +01:00
2017-11-17 11:01:46 +01:00