Skip to content

Commit 875e532

Browse files
Copilothonzajavorek
andcommitted
Fix social media logo visibility by setting og:image to black logo
Co-authored-by: honzajavorek <[email protected]>
1 parent e395dcb commit 875e532

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/_templates/page.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,10 @@
99
{%- endif -%}
1010
</title>
1111
{%- endblock -%}
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="Pyvec logo" />
18+
{%- endblock -%}

0 commit comments

Comments
 (0)