Skip to content
This repository has been archived by the owner on Jun 4, 2021. It is now read-only.

Commit

Permalink
add search description
Browse files Browse the repository at this point in the history
  • Loading branch information
rosskarchner committed Aug 14, 2017
1 parent d1ec5c0 commit c2b9b40
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions retirement_api/templates/claiming.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@
{% endif %}
{% endblock %}

{% block page_meta %}
{{ block.super }}
{% if not es %}
<meta property="description" content="The age you claim Social Security affects your lifetime income. Our Planning for Retirement tool helps you think through this decision."/>

<meta propert="og:description" content="The age you claim Social Security affects your lifetime income. Our Planning for Retirement tool helps you think through this decision."/>
{% endif %}
{% endblock %}

{% block page_viewport %}
<meta name="viewport" content="width=device-width, initial-scale=1">
{% endblock %}
Expand Down

0 comments on commit c2b9b40

Please sign in to comment.