Changeset - b7de2f57a50b
[Not reviewed]
0 1 0
Brett Smith - 4 years ago 2019-09-30 15:56:08
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
...
 
@@ -17,3 +17,3 @@
 
      <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 }}">
0 comments (0 inline, 0 general)