Changeset - 0d3cdd3595da
[Not reviewed]
0 1 0
Christopher Neugebauer - 5 years ago 2019-06-29 07:24:01
_@chrisjrn.com
Fix social boops
1 file changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/site_base.html
Show inline comments
...
 
@@ -18,9 +18,9 @@
 
      <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 }}">
 
      <meta property="og:description" content="North Bay Python, a community-organized conference, returns to Petaluma, California on November 3 and 4, 2018.">
 
      <meta property="twitter:description" content="North Bay Python, a community-organized conference, returns to Petaluma, California on November 3 and 4, 2018.">
 
      <meta name="description" content="North Bay Python, a community-organized conference, returns to Petaluma, California on November 3 and 4, 2018.">
 
      <meta property="og:description" content="North Bay Python, a community-organized conference, returns to Petaluma, California on November 2 and 3, 2019.">
 
      <meta property="twitter:description" content="North Bay Python, a community-organized conference, returns to Petaluma, California on November 2 and 3, 2019.">
 
      <meta name="description" content="North Bay Python, a community-organized conference, returns to Petaluma, California on November 2 and 3, 2019.">
 
      <meta name="google-site-verification" content="sTU0G4IghY_jV9iPgCVD1WZuk4C_MSWY2QzxQUjDcC4">
 
    {% endblock %}
 
{% endblock %}
0 comments (0 inline, 0 general)