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
When we remove the leading whitespace, the outermost key is no longer indented, but later keys that should be at the same level are still indented 2 spaces, producing invalid HTML.
error calling Unmarshal: "_stream.yaml:3:1": failed to unmarshal YAML: yaml: line 3: did not find expected key
This change in v0.136.3 removes whitespace from a YAML string before we unmarshal it:
42f37b4#diff-ac3fd377a127dfceca723e62fdde1176ab715eaa2068402c3e2777a47e409414R115
I just ran into this in the wild...
When we remove the leading whitespace, the outermost key is no longer indented, but later keys that should be at the same level are still indented 2 spaces, producing invalid HTML.
Reference: https://discourse.gohugo.io/t/site-compiled-fine-at-v135-0-but-fails-on-v136-3
The text was updated successfully, but these errors were encountered: