Skip to content

Commit 86a3631

Browse files
committed
format
1 parent b1261e3 commit 86a3631

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Doc/conf.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -567,9 +567,7 @@
567567
'image': '_static/og-image.png',
568568
'line_color': '#3776ab',
569569
}
570-
ogp_custom_meta_tags = (
571-
'<meta name="theme-color" content="#3776ab">',
572-
)
570+
ogp_custom_meta_tags = ('<meta name="theme-color" content="#3776ab">',)
573571
if 'create-social-cards' not in tags: # noqa: F821
574572
# Define a static preview image when not creating social cards
575573
ogp_image = '_static/og-image.png'

0 commit comments

Comments
 (0)