You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe this to be a bug with the theme --- not Jekyll, GitHub Pages or one of the bundled plugins.
This is a feature request.
[x ] I have updated all gems with bundle update.
I have tested locally with bundle exec jekyll build.
Environment informations
Running on github.io
Expected behavior
og:locale meta tag should be processed
Steps to reproduce the behavior
If you test a page in https://developers.facebook.com/tools/debug/sharing/, it shows that the og:locale tag is being rejected. Facebook is expecting a value with an underscore (e.g. "en_US") but the default configuration of minimal-mistakes uses a hyphen (e.g. "en-US").
Simply modifying the _config.yml file isn't an option, since ui-text.yml is written for hyphens. I think those are the only two files that would need to be edited, though.
The text was updated successfully, but these errors were encountered:
bundle update
.bundle exec jekyll build
.Environment informations
Running on github.io
Expected behavior
og:locale meta tag should be processed
Steps to reproduce the behavior
If you test a page in https://developers.facebook.com/tools/debug/sharing/, it shows that the og:locale tag is being rejected. Facebook is expecting a value with an underscore (e.g. "en_US") but the default configuration of minimal-mistakes uses a hyphen (e.g. "en-US").
Simply modifying the _config.yml file isn't an option, since ui-text.yml is written for hyphens. I think those are the only two files that would need to be edited, though.
The text was updated successfully, but these errors were encountered: