tannerdolby / eleventy-plugin-metagen

Eleventy shortcode that generates document metadata
https://www.npmjs.com/package/eleventy-plugin-metagen
MIT License
41 stars 3 forks source link

Add `og:locale` option #10

Closed christopherpickering closed 3 years ago

christopherpickering commented 3 years ago

Hi! Thanks for the tool. Can we add og:locale option?

<meta property="og:locale" content="en_US"/>
tannerdolby commented 3 years ago

Hi! You're welcome, and sure thing. That sounds like a good option to have. Thanks for the suggestion.

I should have the <meta property="og:locale"> tag added to the plugin later tonight or over the weekend.

tannerdolby commented 3 years ago

Support has been added in 10c7a0a to define a og:locale meta tag 🚀

The default is en_US and can be altered by using the locale parameter. Thank you again for bringing this up @christopherpickering!

tannerdolby commented 3 years ago

Also, there is now a documentation site for this plugin!

https://metagendocs.netlify.app

christopherpickering commented 3 years ago

Thanks!

tannerdolby commented 3 years ago

Your welcome!