templates: Correct og:image URL.
This commit is contained in:
parent
5c0208a700
commit
b7de2f57a5
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
<meta property="og:title" content="{% block head_title %}{% endblock %} | {{ SITE_NAME }}">
|
||||
<meta property="twitter:title" content="{{ SITE_NAME }}">
|
||||
<meta property="og:site_name" content="{{ SITE_NAME }}">
|
||||
<meta property="og:image" content="https://{{ request.META.HTTP_HOST }}{% static "images/square_icon.png" %}">
|
||||
<meta property="og:image" content="https://{{ request.META.HTTP_HOST }}{% static "images/logo.png" %}">
|
||||
<meta property="og:url" content="{{ request.build_absolute_uri }}">
|
||||
<meta property="og:description" content="CopyleftConf will provide a friendly and safe place for discussion of all aspects of copyleft, including as a key strategy for defending software freedom in Brussels on February 3.">
|
||||
<meta property="twitter:description" content="CopyleftConf will provide a friendly and safe place for discussion of all aspects of copyleft, including as a key strategy for defending software freedom in Brussels on February 3.">
|
||||
|
|
Loading…
Reference in a new issue