Compare commits

..

No commits in common. "2ea660fc2a8dafb6ba9a4582e8ca5515e21c0fec" and "ad459a1abd4c6778a96c7678530c56a8452ba70c" have entirely different histories.

3 changed files with 3 additions and 7 deletions

View File

@ -17,4 +17,3 @@ highlight_code = false
[extra]
sitename = "Librezo"
public_url = "https://librezo.fr"

View File

@ -4,9 +4,10 @@ title = "Mentions légales"
Ce site, les services hébergés ainsi que les sous-domaines de librezo.com et librezo.fr sont édités par le collectif Librezo.
## Hébergeur
## Hébergeurs
Chez Cédric Dumond, 53 rue Colmet Lépinay 93100 Montreuil
- [EthicIT](https://ethicit.fr/)
- Chez Cédric Dumond, 53 rue Colmet Lépinay 93100 Montreuil
## Conception

View File

@ -8,10 +8,6 @@
{% 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>