[RESOLVED] Template override error on build

Hello,

I’ve been working on a project developing a personal site with Hugo. I’ve been trying to customize the layout I’ve been using but every time I create the overrides for one template I get this error:

ERROR 2018/02/14 14:54:20 failed to parse page metadata for "layouts\\_default\\single.html": invalid character '{' looking for beginning of object key string
Total in 11 msERROR 2018/02/14 14:54:20 Failed to rebuild site: failed to parse page metadata for "layouts\\_default\\single.html": invalid character '{' looking for beginning of object key string

Has anyone ever dealt with this?

I appreciate your time,

Looks like you somehow have put the layouts files inside /content.

That’s not the case.

Capture

I tried this on another computer and so far everything is functioning fine. I must have messed something up, like you pointed out on my other computer.

Thanks for your help.