From e4232dd2d7304ee4773a6527f2b7958ba6596ec2 Mon Sep 17 00:00:00 2001 From: Lukas Ruge <lukeslog@googlemail.com> Date: Mon, 20 Jan 2020 17:37:01 +0100 Subject: [PATCH] social image mime type --- _config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_config.yml b/_config.yml index 08bb4acc..a3ca24e8 100644 --- a/_config.yml +++ b/_config.yml @@ -88,6 +88,7 @@ title: "Chaotikum.org" # Site name or title, also used in jekyll-seo-tag logo: "/assets/logo.png" # Site logo, also used in jekyll-seo-tag description: "Willkommen beim Chaotikum e.V., wir beschäftigen uns kreativ mit Technik sowie ihren Auswirkungen auf die Gesellschaft und engagieren uns eigenverantwortlich und auf unterschiedliche Weise für Informations- und Kommunikationsfreiheit." url: "https://chaotikum.org" +image.type: "image/jpeg" #url: "https://chaotikum.org" # Site url, also used in jekyll-seo-tag email: "info@chaotikum.org" # disqus: "alembic-1" # Blog post comments, uncomment the option and set the site ID from your Disqus account -- GitLab