-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Closed
Milestone
Description
What version of Hugo are you using (hugo version)?
Hugo Static Site Generator v0.63.1-CE9ACEB7 darwin/amd64 BuildDate: 2020-01-23T20:10:12Z
Test:
{{ $testDict := dict "<any-key> " “value”}}
{{ $testDict | jsonify }}
gives:
{"\u003cany-key\u003e":“value”}
Is this a bug with jsonify or is there a hugo function I’m missing? Even a short term fix/hack would be greatly appreciated.
Thanks!
Reactions are currently unavailable