mirror of
https://git.librezo.fr/Librezo/website.git
synced 2024-11-21 10:31:38 +01:00
opengraph
This commit is contained in:
parent
5584161f8f
commit
2ea660fc2a
@ -17,3 +17,4 @@ highlight_code = false
|
||||
|
||||
[extra]
|
||||
sitename = "Librezo"
|
||||
public_url = "https://librezo.fr"
|
||||
|
@ -8,6 +8,10 @@
|
||||
{% if page.extra.leaflet or section.extra.leaflet %}<link rel="stylesheet" href="/vendor/leaflet/leaflet.css"/>{% endif %}
|
||||
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico"/>
|
||||
<meta name="viewport" content="width=device-width"/>
|
||||
<meta property="og:title" content="{% if page %}{{ page.title }}{% elif section %}{{ section.title }}{% endif %}"/>
|
||||
<meta property="og:type" content="website"/>
|
||||
<meta property="og:url" content="{{ config.extra.public_url | safe }}{% if page %}{{ page.permalink | safe }}{% elif section %}{{section.permalink | safe }}{% endif %}"/>
|
||||
<meta property="og:image" content="{{ config.extra.public_url | safe }}/img/drawings/accueil.webp"/>
|
||||
{% if get_env(name="LIBREZO_WEBSITE", default="prod") == "dev" %}<meta name="robots" content="noindex,nofollow"/>{% endif %}
|
||||
{% block head %}{% endblock head %}
|
||||
</head>
|
||||
|
Loading…
Reference in New Issue
Block a user