jekyll / jekyll-seo-tag

A Jekyll plugin to add metadata tags for search engines and social networks to better index and display your site's content.
https://jekyll.github.io/jekyll-seo-tag
MIT License
1.65k stars 289 forks source link

Feature request: make it possible to not add any tagline or description in the title #497

Open PaulRBerg opened 11 months ago

PaulRBerg commented 11 months ago

Based on the docs, I understand that the tagline (or, if undefined, the description) is added to the page title.

The request is to make it possible to not add any trailing tagline or description in the title.

I browsed through all open issues but couldn't find any solution for this—only other users who have complained about the same problem.

It looks like this line is the culprit:

https://github.com/jekyll/jekyll-seo-tag/blob/db0e6392591a13e33339ee250a2861fc01646146/lib/jekyll-seo-tag/drop.rb#L64