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 5f50a6e commit edafdabCopy full SHA for edafdab
docs/_templates/page.html
@@ -12,7 +12,7 @@
12
13
{%- block extrahead %}
14
{{ super() }}
15
- <meta property="og:image" content="{{ pathto('_static/images/org.svg', 1) }}">
16
- <meta property="og:image:type" content="image/svg+xml">
+ <meta property="og:image" content="{{ pathto('_static/images/og-image.png', 1) }}">
+ <meta property="og:image:type" content="image/png">
17
<meta property="og:image:alt" content="Ilustrace organizátora Python akcí">
18
{%- endblock -%}
0 commit comments