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 1a9a409 commit f9ea933Copy full SHA for f9ea933
Doc/conf.py
@@ -634,6 +634,7 @@
634
# Define a static preview image when not creating social cards
635
ogp_image = '_static/og-image.png'
636
ogp_custom_meta_tags = [
637
- '<meta property="og:image:width" content="200">',
638
- '<meta property="og:image:height" content="200">',
+ # Self-closing for EPUB validity
+ '<meta property="og:image:width" content="200" />',
639
+ '<meta property="og:image:height" content="200" />',
640
]
0 commit comments