fix twitter metatag... or rather, don't reuse head_title block -_-
This commit is contained in:
parent
9ae5bc9691
commit
f9e018b9a4
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
<meta property="twitter:card" content="summary">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:title" content="{% block head_title %}{% endblock %} | {{ SITE_NAME }}">
|
||||
<meta property="twitter:title" content="{% block head_title %}{% endblock %} | {{ SITE_NAME }}">
|
||||
<meta property="twitter:title" content="{{ SITE_NAME }}">
|
||||
<meta property="og:site_name" content="North Bay Python">
|
||||
<meta property="og:image" content="http://{{ request.META.HTTP_HOST }}{% static "images/square_icon.png" %}">
|
||||
<meta property="og:url" content="{{ request.build_absolute_uri }}">
|
||||
|
|
Loading…
Reference in a new issue