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 d8bb086 commit b1261e3Copy full SHA for b1261e3
1 file changed
Doc/conf.py
@@ -567,13 +567,13 @@
567
'image': '_static/og-image.png',
568
'line_color': '#3776ab',
569
}
570
-ogp_custom_meta_tags = [
+ogp_custom_meta_tags = (
571
'<meta name="theme-color" content="#3776ab">',
572
-]
+)
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'
576
- ogp_custom_meta_tags += [
+ ogp_custom_meta_tags += (
577
'<meta property="og:image:width" content="200">',
578
'<meta property="og:image:height" content="200">',
579
- ]
+ )
0 commit comments