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 b37e7d0 commit 16a291dCopy full SHA for 16a291d
sphinxext/opengraph/__init__.py
@@ -92,7 +92,8 @@ def get_tags(
92
tags += make_tag("og:site_name", site_name)
93
94
# description tag
95
- tags += make_tag("og:description", description)
+ if description:
96
+ tags += make_tag("og:description", description)
97
98
# image tag
99
# Get basic values from config
0 commit comments