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 3e015f5 commit 6375ea9Copy full SHA for 6375ea9
docs/_includes/layouts/seo.html
@@ -56,7 +56,7 @@
56
<meta name="twitter:card" content="photo" />
57
<meta name="twitter:title" content={{title}}/>
58
<meta name="twitter:url" content="{% if page.permalink %}https://plotly.com/{{page.permalink}}{% endif %}"/>
59
- <meta name="twitter:description" content={{description}}/>
+ <meta name="twitter:description" content="{{description | xml_escape}}"/>
60
<meta name="twitter:image" content="{% if page.imageurl %}{{page.imageurl}}{% else %}{% if page.thumbnail%}{{site.imgurl}}{{page.thumbnail}}{%else%}https://help.plot.ly/images/twitter-default.png{% endif %}{% endif %}">
61
<meta name="twitter:site" content="@plotlygraphs"/>
62
0 commit comments