We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1261e3 commit 86a3631Copy full SHA for 86a3631
Doc/conf.py
@@ -567,9 +567,7 @@
567
'image': '_static/og-image.png',
568
'line_color': '#3776ab',
569
}
570
-ogp_custom_meta_tags = (
571
- '<meta name="theme-color" content="#3776ab">',
572
-)
+ogp_custom_meta_tags = ('<meta name="theme-color" content="#3776ab">',)
573
if 'create-social-cards' not in tags: # noqa: F821
574
# Define a static preview image when not creating social cards
575
ogp_image = '_static/og-image.png'
0 commit comments