site_base: Update metadata for CopyleftConf.
This commit is contained in:
parent
61f32ef0e0
commit
9dca02963d
1 changed files with 5 additions and 6 deletions
|
@ -14,13 +14,12 @@
|
|||
<meta property="og:type" content="website">
|
||||
<meta property="og: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:site_name" content="{{ SITE_NAME }}">
|
||||
<meta property="og:image" content="https://{{ 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 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">
|
||||
<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 3.">
|
||||
<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 3.">
|
||||
<meta name="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 3.">
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue