8000
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 a550d57 commit ed027cbCopy full SHA for ed027cb
docs/_static/social-card.jpg
75.2 KB
docs/_templates/layout.html
@@ -28,8 +28,8 @@
28
<meta name="google-site-verification" content="013PxE2_8KX9jdUSC5gr8QsfdxTXr1mFgmD9zplp5II" />
29
30
<meta name="twitter:card" content="summary">
31
- <meta property="twitter:image" content="https://docs.python-guide.org/_static/python-guide-logo.png">
32
- <meta property="og:image" content="https://docs.python-guide.org/_static/python-guide-logo.png">
+ <meta property="twitter:image" content="https://docs.python-guide.org/_static/social-card.jpg">
+ <meta property="og:image" content="https://docs.python-guide.org/_static/social-card.jpg">
33
<meta property="og:title" content="{{ title }}{{ titlesuffix }}">
34
<meta property="og:type" content="article">
35
{%- if metatags is defined %}
0 commit comments