Files
hugo/tpl
Bjørn Erik Pedersen 2d7709d155 tpl: Handle truncated identifiers in Go template errors
Long identifiers will give errors on the format:

```bash
 _default/single.html:5:14: executing "main" at <.ThisIsAVeryLongTitl...>: can't evaluate field ThisIsAVeryLongTitle
```

Hugo use this value to match the "base template or not", so we need to strip the "...".

Fixes #5346
2018-10-24 13:54:04 +02:00
..
2017-09-28 16:53:18 +02:00
2018-10-24 00:12:32 +02:00
2017-11-25 18:38:33 +01:00
2018-09-07 08:25:51 +02:00
2018-07-06 17:51:38 +02:00
2018-08-06 09:54:26 +02:00
2018-10-24 00:12:32 +02:00