Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/_templates/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,10 @@
{%- endif -%}
</title>
{%- endblock -%}

{%- block extrahead %}
{{ super() }}
<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="Pyvec logo" />
{%- endblock -%}