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

Commit

Permalink
Merge pull request #204 from cfpb/social
Browse files Browse the repository at this point in the history
Uses defined social image block
  • Loading branch information
hillaryj committed Sep 28, 2017
2 parents 487c956 + 313f71e commit 3ee5645
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions retirement_api/templates/claiming.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
{{ block.super }}
{% if not es %}
<meta property="og:title" content="Planning for Retirement: Before you claim &gt; Consumer Financial Protection Bureau"/>
<meta property="og:image" content="https://s3.amazonaws.com/files.consumerfinance.gov/f/images/ask-cfpb-social-retirement.original.png">
<meta property="og:type" content="government"/>
<meta property="og:url" content="{{ URL }}"/>

Expand Down
4 changes: 2 additions & 2 deletions retirement_api/templates/standalone/base_update.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<meta property="og:site_name" content="Consumer Financial Protection Bureau">
<meta property="fb:app_id" content="210516218981921">

{% block open_graph_image %}
{% block og_image %}
<meta property="og:image" content="https://s3.amazonaws.com/files.consumerfinance.gov/f/images/ask-cfpb-social-retirement.original.png">
{% endblock %}

{% block page_meta %}
<meta property="og:title" content="Before You Claim &gt; Consumer Financial Protection Bureau">
<meta property="og:title" content="Planning for Retirement &gt; Consumer Financial Protection Bureau">
<meta property="og:url" content="{{ request.build_absolute_uri }}">
{% endblock %}

Expand Down

0 comments on commit 3ee5645

Please sign in to comment.