From f337ed67dbf76ce6cbe9b97e8bfda126237f2010 Mon Sep 17 00:00:00 2001 From: June Date: Sat, 28 May 2022 00:02:10 +0200 Subject: [PATCH] Twitter card --- config.toml | 1 + themes/juice/templates/index.html | 5 +++++ 2 files changed, 6 insertions(+) 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 %}