mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-25 16:43:05 +00:00
docs: Fiddle with opengraph / twitter cards
Don't think Twitter likes the image, but Twitter has always been funny about images in Twitter cards. Only time will tell if it's working as intended!
This commit is contained in:
parent
f0bafdcb64
commit
3ec4f6b2c7
1 changed files with 3 additions and 3 deletions
|
@ -17,14 +17,14 @@
|
||||||
<!-- We wanted pepperminty.wiki, but it's too expensive :-( -->
|
<!-- We wanted pepperminty.wiki, but it's too expensive :-( -->
|
||||||
<meta property="og:url" content="https://worldeditadditions.mooncarrot.space/" />
|
<meta property="og:url" content="https://worldeditadditions.mooncarrot.space/" />
|
||||||
<meta property="og:image" content="https://worldeditadditions.mooncarrot.space{% image_url 'images/banner-main.jpeg' %}" />
|
<meta property="og:image" content="https://worldeditadditions.mooncarrot.space{% image_url 'images/banner-main.jpeg' %}" />
|
||||||
<meta property="og:description" content="WorldEditAdditions: Extra tools and commands to extend WorldEdit for Minetest. If you can dream of it, it probably belongs here!" />
|
<meta property="og:description" content="Extra tools and commands to extend WorldEdit for Minetest. If you can dream of it, it probably belongs here!" />
|
||||||
|
|
||||||
<!-- Twitter Cards -->
|
<!-- Twitter Cards -->
|
||||||
<meta property="twitter:card" content="summary" />
|
<meta property="twitter:card" content="summary" />
|
||||||
<meta property="twitter:site" content="@SBRLabs" />
|
<meta property="twitter:site" content="@SBRLabs" />
|
||||||
<meta property="twitter:title" content="WorldEditAdditions" />
|
<meta property="twitter:title" content="WorldEditAdditions" />
|
||||||
<meta property="twitter:description" content="WorldEditAdditions: Extra tools and commands to extend WorldEdit for Minetest. If you can dream of it, it probably belongs here!" />
|
<meta property="twitter:description" content="Extra tools and commands to extend WorldEdit for Minetest. If you can dream of it, it probably belongs here!" />
|
||||||
<meta property="twitter:image" content="https://worldeditadditions.mooncarrot.space{% image_url 'images/banner-main.jpeg' %}" />
|
<meta property="twitter:image" content="https://worldeditadditions.mooncarrot.space{% image_urlpass '../worldeditadditions.png' %}" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav class="shadow-bottom">
|
<nav class="shadow-bottom">
|
||||||
|
|
Loading…
Reference in a new issue