hugo/common
Bjørn Erik Pedersen dac7092a9c common/collections: Allow a mix of slice types in append/Scratch.Add
The type handling in these was improved in Hugo 0.49, but this also meant that it was no longer possible to start out with a string slice and later append `Page` etc. to it.

This commit makes sure that the old behaviour is now possible again by falling back to a `[]interface{}` as a last resort.

Fixes #5361
2018-10-27 15:05:40 +02:00
..
collections common/collections: Allow a mix of slice types in append/Scratch.Add 2018-10-27 15:05:40 +02:00
herrors Add some color to the relevant filenames in terminal log 2018-10-24 13:02:18 +02:00
hugio Fix Resource output in multihost setups 2018-08-13 19:00:51 +02:00
loggers common/loggers: Remove the ANSI color for the browser error version 2018-10-24 17:22:07 +02:00
maps common/collections: Allow a mix of slice types in append/Scratch.Add 2018-10-27 15:05:40 +02:00
math Add a newScratch template func 2018-07-06 17:51:38 +02:00
terminal Add some color to the relevant filenames in terminal log 2018-10-24 13:02:18 +02:00
types Prevent stale content in Fast Render Mode 2018-10-17 10:15:22 +02:00