jaspervdj / hakyll

A static website compiler library in Haskell
jaspervdj.be/hakyll
Other
2.7k stars 409 forks source link

fix: Twitter Card use `name` instead `property` #971

Closed ncaq closed 1 year ago

ncaq commented 1 year ago

Twitter’s parser will fall back to using property and content, so there is no need to modify existing Open Graph protocol markup if it already exists.

Getting started with Cards | Docs | Twitter Developer Platform

It may be usable for now since it is fallback, but it is better to output the correct one just in case.

Minoru commented 1 year ago

Makes sense, thank you!