You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR: 2014/12/30 Error while rendering page test/test1.md: template: test/single.html:79:101: executing "test/single.html" at <$value.test>: can't evaluate field test in type string
events.js:72
throw er; // Unhandled 'error' event
^
Error: Command failed:
at ChildProcess.exithandler (child_process.js:637:15)
at ChildProcess.EventEmitter.emit (events.js:98:17)
at maybeClose (child_process.js:743:16)
at Socket.<anonymous> (child_process.js:956:11)
at Socket.EventEmitter.emit (events.js:117:20)
at Pipe.close (net.js:465:12)
The text was updated successfully, but these errors were encountered:
Hi,
I'm not sure if this is a feature Hugo does not support, or if I'm doing it wrong. I can't find another way to ask this so I had to open this ticket.
hellohugo.md -->
With this HTML it only prints me the key but I can't manage to get inside the json object:
output:
If I try to get deeper into the object with {{ $value.test }}
Then Hugo throws:
The text was updated successfully, but these errors were encountered: