Changeset - cb484cc04935
[Not reviewed]
0 1 0
Brett Smith - 5 years ago 2018-10-11 17:24:44
brettcsmith@brettcsmith.org
templates: Correct og:image URL.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/site_base.html
Show inline comments
...
 
@@ -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 4.">
 
      <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 4.">
0 comments (0 inline, 0 general)