From 250a9b0500cdb1943532e2fd4ee269b3f9197c74 Mon Sep 17 00:00:00 2001 From: parulin <161326115+parulin@users.noreply.github.com> Date: Sun, 31 Aug 2025 14:12:04 -0400 Subject: [PATCH] Add a default Opengraph image + an empty alt --- conf.py | 2 ++ introduction/intro.rst | 3 +++ 2 files changed, 5 insertions(+) diff --git a/conf.py b/conf.py index 97e59ae9..44e6072b 100644 --- a/conf.py +++ b/conf.py @@ -95,6 +95,8 @@ linkcheck_ignore = [r'^https?://[^/\s]+\.onion'] autosectionlabel_prefix_document = True +ogp_image = "https://www.qubes-os.org/attachment/icons/qubes-logo-icon-name-slogan-fb.png" +ogp_image_alt = False # -- HTML configuration ------------------------------------------------------ diff --git a/introduction/intro.rst b/introduction/intro.rst index 938b8776..d6736aff 100644 --- a/introduction/intro.rst +++ b/introduction/intro.rst @@ -1,4 +1,7 @@ :og:image: https://doc.qubes-os.org/en/latest/_images/qubes-trust-level-architecture.png +:og:image:alt: An overview of the security features of Qubes OS, including strong isolation, templating system,... +:og:image:width: 778 +:og:image:height: 591 ============ Introduction