Skip to content

Commit

Permalink
Support open graph summary (#969)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonels-msft committed Jan 8, 2021
1 parent 82fd931 commit 02cb278
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion _templates/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@
{% endif %}

{# Open Graph metadata #}
<meta property="og:image" content="https://docs.citusdata.com/_images/citus-docs-og-logo.png" />
<meta property="og:image" content="https://docs.citusdata.com/en/stable/_images/citus-docs-og-logo.png" />
<meta property="og:title" content="{{ title }} - {{ docstitle }}" />
<meta property="og:description" content="Docs for the Citus extension to Postgres. Citus distributes your data &amp; queries across multiple nodes in a cluster, so your database can scale and your queries are fast." />
{% endblock %}

{% block sidebartitle %}
Expand Down
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

from datetime import date
# General information about the project.
project = u'Citus Docs'
project = u'Citus'
copyright = u'%s, Citus Data, a Microsoft Company' % date.today().year
author = u'Citus Data'

Expand Down

0 comments on commit 02cb278

Please sign in to comment.