Skip to content

Commit

Permalink
add polling date to site descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Oct 31, 2019
1 parent 93afda5 commit 42d4b9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions polling_stations/templates/base_full.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{% endblock base_title %}
</title>

<meta name="description" content="{% block description %}Find out where to vote{% endblock %}">
<meta name="description" content="{% block description %}Find out where to vote on 12 December 2019{% endblock %}">
<meta name="keywords" content="{% block keywords %}Polling stations,Election,General Election,Local Election{% endblock %}">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Expand All @@ -23,7 +23,7 @@
<meta name="twitter:site" content="@democlub">
<meta property="og:image" content="{{ CANONICAL_URL }}{% block og_image %}{% static "dc_theme/images/logo.png" %}{% endblock og_image %}">
<meta property="og:title" content="{% block og_title %}{{ site_title }}{% endblock og_title %}">
<meta property="og:description" content="{% block og_description %}Find where to vote{% endblock og_description %}">
<meta property="og:description" content="{% block og_description %}Find out where to vote on 12 December 2019{% endblock og_description %}">
{% if noindex %}
<meta name="robots" content="noindex">
{% endif %}
Expand Down

0 comments on commit 42d4b9f

Please sign in to comment.