mirror of https://github.com/status-im/EIPs.git
feat: Add Twitter Card metadata (#1345)
This adds Twitter Card metadata to the site, using the format that [`jekyll-seo-tag`](https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md), a dependency of Minima, understands. This should make the site render better on Twitter. I tested this locally and it seemed to work.
This commit is contained in:
parent
6e9af9b8f5
commit
79b2957a48
|
@ -29,6 +29,9 @@ header_pages:
|
|||
- erc.html
|
||||
- informational.html
|
||||
- meta.html
|
||||
twitter:
|
||||
card: summary
|
||||
username: ethereum
|
||||
|
||||
# Build settings
|
||||
markdown: kramdown
|
||||
|
|
Loading…
Reference in New Issue