How can I insert spaces into the site title

Hi I have a this config.toml:

languageCode = "en-us"
title = "Reiki for Peace  ريكي للسلام"
theme = "blackburn"

I’d like to insert spaces in the title between the english and arabic - how do I do that?

Thanks
David

Hello again

You can add HTML non breaking space   between English and Arabic then use safeHTML

example {{ .Site.Title | safeHTML }}

2 Likes

Thanks Yudy