Skip to content

Commit

Permalink
Add og:image back.
Browse files Browse the repository at this point in the history
  • Loading branch information
berkerpeksag committed Sep 18, 2015
1 parent acc22b6 commit 776b106
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
<meta property="og:title" content="{% block og_title %}Welcome to {{ SITE_INFO.site_name }}{% endblock %}">
<meta property="og:description" content="{% block og-descript %}{{ SITE_INFO.site_descript }}{% endblock %}">
{# a path to an image used on the page. helpful for telling crawlers what image to use for a page preview. #}
<meta property="og:image" content="{% block og-image %}{{ GET_HOST_WITH_SCHEME }}{{ STATIC_URL }}opengraph-icon-200x200.png{% endblock %}">
<meta property="og:image:secure_url" content="{% block og-image %}{{ GET_HOST_WITH_SCHEME }}{{ STATIC_URL }}opengraph-icon-200x200.png{% endblock %}">
{# permalink to the current page #}
<meta property="og:url" content="{% block og-url %}{{ request.build_absolute_uri }}{% endblock %}">
Expand Down

0 comments on commit 776b106

Please sign in to comment.