Fix og:image tag, fixes #95

This commit is contained in:
Tobias Schulmann 2018-07-15 11:53:11 +12:00
parent 8759f3b098
commit 296bdd82d5

View file

@ -1,7 +1,6 @@
{% load staticfiles %}
{% load i18n %}
{% load sitetree %}
{% load staticfiles %}
{% load sass_tags %}
@ -28,7 +27,7 @@
<meta property="og:type" content="website" />
<meta property="og:title" content="linux.conf.au 2019" />
<meta property="og:image" content="{% static 'assets/social.png' %}" />
<meta property="og:image" content="{{ request.scheme }}://{{ request.get_host }}{% static 'assets/social.png' %}" />
<meta property="og:image:alt" content="linux.conf.au 21-25 Jan 2019 Christchurch" />