Add a default Opengraph image + an empty alt

This commit is contained in:
parulin 2025-08-31 14:12:04 -04:00
parent 36d69d40c8
commit 250a9b0500
No known key found for this signature in database
GPG key ID: 65099A5B0E31336C
2 changed files with 5 additions and 0 deletions

View file

@ -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 ------------------------------------------------------