Skip to content

Commit

Permalink
Mark opengraph-icon-200x200.png as secure.
Browse files Browse the repository at this point in the history
  • Loading branch information
berkerpeksag committed Sep 18, 2015
1 parent 5aa65b9 commit acc22b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +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 acc22b6

Please sign in to comment.