docusaurus/packages/docusaurus-theme-bootstrap/src/theme/DocItem
Méril 656c04e1d5
fix(v2): correct typo in metas generated for Twitter cards (#3900)
The Open Graph protocol format is the following:

```
<meta property="og:image" content="https://example.com/image.png />
```

Twitter metas, however, are structured in a different format:

```
<meta name="twitter:image" content="https://example.com/image.png />
```

They are similar but not identical, I think this led to confusion and
the typo we have in the codebase.
2020-12-10 17:09:20 +01:00
..
index.tsx fix(v2): correct typo in metas generated for Twitter cards (#3900) 2020-12-10 17:09:20 +01:00