Skip to content

Commit 7d1d663

Browse files
authored
1 parent 938e36f commit 7d1d663

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/conf.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268
ogp_site_name = 'Python documentation'
269269
ogp_image = '_static/og-image.png'
270270
ogp_custom_meta_tags = [
271-
'<meta property="og:image:width" content="200">',
272-
'<meta property="og:image:height" content="200">',
273-
'<meta name="theme-color" content="#3776ab">',
271+
'<meta property="og:image:width" content="200" />',
272+
'<meta property="og:image:height" content="200" />',
273+
'<meta name="theme-color" content="#3776ab" />',
274274
]

0 commit comments

Comments
 (0)