Skip to content

Commit

Permalink
Add og:image to all pages (#968)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonels-msft committed Jan 7, 2021
1 parent c76ebd9 commit 82fd931
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _templates/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@
{% if pagename in canonical_urls %}
<link rel="canonical" href="{{ canonical_urls[pagename] }}" />
{% endif %}

{# Open Graph metadata #}
<meta property="og:image" content="https://docs.citusdata.com/_images/citus-docs-og-logo.png" />
{% endblock %}

{% block sidebartitle %}
Expand Down
Binary file added images/citus-docs-og-logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ Welcome to the documentation for Citus 9.5! Citus horizontally scales PostgreSQL
:width: 0%
.. image:: images/logo.png
:width: 0%
.. image:: images/citus-docs-og-logo.png
:width: 0%
.. image:: images/cloud-bill-credit.png
:width: 0%
.. image:: images/cloud-bill-ach.png
Expand Down

0 comments on commit 82fd931

Please sign in to comment.