[SOLVED] Colon in the title

Hi!

I’m migrating my blog from jekyll. There, if I wanted to have a colon in the post title, I would just write “:” and it would be rendered as “:”.

In hugo this does not happen. Could anybody suggest the correct way to do this in hugo?

Thanks!

You need to show us how you have specified the title.

i.e. Sample syntax of the front matter in your content files.

Oh, I think I found the solution already. Instead of

title: x \: y

write

title: 'x : y'