Private
Public Access
1
0

added secure_url to og_image

This commit is contained in:
Sander Roosendaal
2017-10-10 08:29:19 +02:00
parent b6082f2716
commit 0e3d9b71ff
5 changed files with 4 additions and 1 deletions

View File

@@ -29,7 +29,8 @@
{% block image_src %}<link rel="image_src" href="static/img/logo7.png" />{% endblock %}
<meta property="og:type" content="website">
{% block og_image %}
<meta property="og:image" content="http://rowsandall.com/static/img/logo7.png" />
<meta property="og:image" content="http://rowsandall.com/static/img/logo_r.png" />
<meta property="og:image:secure_url" content="https://rowsandall.com/static/img/logo_r.png" />
{% endblock %}
<meta property="og:url" content="http://rowsandall.com{{ request.get_full_path }}" />
<meta property="fb:app_id" content="694685920739849" />