Changeset - f9e018b9a494
[Not reviewed]
0 1 0
Joshua Simmons - 7 years ago 2017-08-14 03:58:35
i@joshuasimmons.name
fix twitter metatag... or rather, don't reuse head_title block -_-
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/site_base.html
Show inline comments
...
 
@@ -16,3 +16,3 @@
 
      <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">
0 comments (0 inline, 0 general)