jekyll/jekyll-seo-tag

How to replace pipe symbol in title

thdoan opened this issue · 3 comments

How can I update <title> to show "Page : Site" instead of "Page | Site"? It would be nice to be able to customize the separator character.

Sorry, I don't know where to put &#124;. My _config.yml contains this:

title: My Project
description: A sample description

The generated web page has this title tag:

<title>My Project | A sample description</title>

How would I configure my _config.yml file so that the generated title tag looks like this (using colon instead of pipe)?

<title>My Project : A sample description</title>

Sorry, I don't know where to put &#124;. My _config.yml contains this:

title: My Project
description: A sample description

The generated web page has this title tag:

<title>My Project | A sample description</title>

How would I configure my _config.yml file so that the generated title tag looks like this (using colon instead of pipe)?

<title>My Project : A sample description</title>

Sorry my bad then.. my suggestion was not relevant, i thought you wanted the pipe to show when you write it yourself in the title. As far as I know you cannot replace the pipe, there is an issue open on this repo discussing what's better for SEO etc, and they decided to choose the pipe, as far as i remember without the easy option to replace it using a setting.

Thanks for the info. Closing...