Twitter card

master
June 2022-05-28 00:02:10 +02:00
parent a4d1ba5549
commit f337ed67db
2 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,7 @@
# The URL the site will be built for
base_url = "https://dns-witch.eu.org"
title = "DNS Witch Collective"
description = "DNS Witch est un collectif de bénévoles souhaitant rendre accessibles des services liés à Internet."
# Whether to automatically compile all Sass files in the sass directory
compile_sass = true

View File

@ -12,6 +12,11 @@
{% include "_variables.html" %}
<link rel="stylesheet" href="/normalize.css">
<link rel="stylesheet" href="{{ get_url(path="juice.css") }}">
<meta property="og:title" content="{{ section.title }}">
<meta property="og:type" content="website">
<meta property="og:image" content="{{ config.base_url }}{{ config.extra.juice_logo_path }}">
<meta property="og:description" content="{{ config.description }}">
<meta property="og:site_name" content="{{ config.title }}">
{% block head %}
{% endblock head %}
</head>