mirror of https://github.com/python/cpython
Doc: Fix minor error in ePub (GH-100614)
Fix issue reported https://mail.python.org/archives/list/docs@python.org/message/KE7OIAO53P4XRC4ZOWPDHA63ZQJCHEC3/
This commit is contained in:
parent
938e36f824
commit
7d1d663418
|
@ -268,7 +268,7 @@ ogp_site_url = 'https://docs.python.org/3/'
|
|||
ogp_site_name = 'Python documentation'
|
||||
ogp_image = '_static/og-image.png'
|
||||
ogp_custom_meta_tags = [
|
||||
'<meta property="og:image:width" content="200">',
|
||||
'<meta property="og:image:height" content="200">',
|
||||
'<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" />',
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue