We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 938e36f commit 7d1d663Copy full SHA for 7d1d663
Doc/conf.py
@@ -268,7 +268,7 @@
268
ogp_site_name = 'Python documentation'
269
ogp_image = '_static/og-image.png'
270
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">',
+ '<meta property="og:image:width" content="200" />',
+ '<meta property="og:image:height" content="200" />',
+ '<meta name="theme-color" content="#3776ab" />',
274
]
0 commit comments