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.66k stars 294 forks source link

locale in _config.yml ignored #420

Closed phuhl closed 4 years ago

phuhl commented 4 years ago

It seems to me, that <meta property="og:locale" content="de" /> will always be set, based on lang, not on locale. At least for me.

My _config.yml includes this:

lang: de
locale: de_DE

I also tried: locale: de-DE locale: "de_DE" locale: "de-DE"

ashmaroli commented 4 years ago

What version of this plugin are you using?

phuhl commented 4 years ago
jekyll-seo-tag (2.4.0)

Sorry, should have checked before. Will check with the newest version.

phuhl commented 4 years ago

Jup, newest version is working fine. Sorry again.