From 66cb6d9dfe9d716ec980586f715af0b52bfad96b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Luis=20Cano=20Rodr=C3=ADguez?= Date: Thu, 22 Jul 2021 10:13:00 +0200 Subject: [PATCH] Add Twitter card metadata --- conf.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conf.py b/conf.py index 752e9352..a33f3454 100644 --- a/conf.py +++ b/conf.py @@ -255,6 +255,10 @@ 'https://docs.ops.verbthenouns.com/projects/guidelines/' '_images/logo-wordmark-dark.png' ) +# Inspired by https://github.com/executablebooks/MyST-Parser/pull/404/ +ogp_custom_meta_tags = [ + '', +] # -- Options for LaTeX output ---------------------------------------------