diff --git a/config.toml b/config.toml
index b068a0e..f95da12 100644
--- a/config.toml
+++ b/config.toml
@@ -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
diff --git a/themes/juice/templates/index.html b/themes/juice/templates/index.html
index 9fb13f3..ad3534d 100644
--- a/themes/juice/templates/index.html
+++ b/themes/juice/templates/index.html
@@ -12,6 +12,11 @@
{% include "_variables.html" %}
+
+
+
+
+
{% block head %}
{% endblock head %}