mirror of
https://github.com/GuerillaStudio/compteur-de-greve.git
synced 2024-12-18 05:41:56 +00:00
Add og/twitter card
This commit is contained in:
parent
b82ac9ed6a
commit
f8c0110223
4 changed files with 14 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
|
||||
{% include 'preload-assets.njk' %}
|
||||
{% include 'favicons.njk' %}
|
||||
{% include 'meta-social.njk' %}
|
||||
<!-- TODO: REMOVE IN PROD, but safer to have it for now -->
|
||||
<meta name="robots" content="none">
|
||||
</head>
|
||||
|
|
13
src/_includes/meta-social.njk
Normal file
13
src/_includes/meta-social.njk
Normal file
|
@ -0,0 +1,13 @@
|
|||
|
||||
|
||||
<meta property="og:image:width" content="1203">
|
||||
<meta property="og:image:height" content="630">
|
||||
<meta property="og:title" content="Ajoutez +1 au compteur de grève.">
|
||||
<meta property="og:description" content="Le 7 mars, l’intersyndicale appelle à une grève nationale contre la réforme des retraites. Vous venez ?">
|
||||
<meta property="og:url" content="https://www.compteurdegreve.fr/">
|
||||
<meta property="og:image" content="https://www.compteurdegreve.fr/img/og-image.jpg">
|
||||
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:title" content="Ajoutez +1 au compteur de grève">
|
||||
<meta name="twitter:description" content="Le 7 mars, l’intersyndicale appelle à une grève nationale contre la réforme des retraites. Vous venez ?">
|
||||
<meta name="twitter:image" content="https://www.compteurdegreve.fr/img/twitter-card.png">
|
BIN
static/img/og-image.jpg
Normal file
BIN
static/img/og-image.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 105 KiB |
BIN
static/img/twitter-card.png
Normal file
BIN
static/img/twitter-card.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 387 KiB |
Loading…
Reference in a new issue