hugo/common
Bjørn Erik Pedersen 535755e4f8
common/collections: Fix type checking in Append
The fix introduced in Hugo `0.49.1` had an unintended side-effect in the `Append` func used in both `append` and `.Scratch.Add`.

This commit fixes that by loosen/fixing the type checking so concrete types can be appended to interface slices.

Fixes #5303
2018-10-11 11:24:10 +02:00
..
collections common/collections: Fix type checking in Append 2018-10-11 11:24:10 +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/maps: Improve append in Scratch 2018-10-08 12:30:50 +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