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 589b33b commit b2777efCopy full SHA for b2777ef
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" />
17
- <meta property="og:image:alt" content="Ilustrace organizátora Python akcí" />
+ <meta property="og:image" content="{{ pathto('_static/images/org.svg', 1) }}">
+ <meta property="og:image:type" content="image/svg+xml">
+ <meta property="og:image:alt" content="Ilustrace organizátora Python akcí">
18
{%- endblock -%}
0 commit comments