mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 07:18:54 +00:00
671897ae91
The warning logged when calling IsSet with an unsupported type did not identify which key triggered it, making it hard to locate the offending template. Include the key in the message. Fixes #11794