mirror of
https://github.com/Xevion/grain.git
synced 2025-12-06 01:15:10 -06:00
Fix swapped OGP tags width/height
This commit is contained in:
@@ -27,8 +27,8 @@
|
||||
property="og:image:secure_url"
|
||||
content="https://xevion.github.io/grain/bg.jpeg"
|
||||
/>
|
||||
<meta property="og:image:width" content="855" />
|
||||
<meta property="og:image:height" content="1770" />
|
||||
<meta property="og:image:width" content="1770" />
|
||||
<meta property="og:image:height" content="855" />
|
||||
<meta
|
||||
property="og:image:alt"
|
||||
content="A simple gradient image generated with Grain."
|
||||
|
||||
Reference in New Issue
Block a user