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

Commit

Permalink
Merge pull request #737 from cfpb/social-img
Browse files Browse the repository at this point in the history
Override social sharing image
  • Loading branch information
hillaryj authored Sep 20, 2017
2 parents 028bf87 + 31e613f commit e8f1792
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/_layouts/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
<meta property="og:type" content="{% block og_type %}website{% endblock %}">
<meta property="og:url" content="{{ request.url }}">
<meta property="og:image"
content="{{ request.scheme }}://{{ request.get_host() }}{{ static('img/logo_open-graph_facebook.png') }}">
content="https://s3.amazonaws.com/files.consumerfinance.gov/f/images/ask-cfpb-social-mortgages.original.png">
<meta property="twitter:image"
content="{{ request.scheme }}://{{ request.get_host() }}{{ static('img/logo_open-graph_twitter.png') }}">
content="https://s3.amazonaws.com/files.consumerfinance.gov/f/images/ask-cfpb-social-mortgages.original.png">

<!-- Optional -->
<meta property="og:description" content="{{ self.metadescription() }}">
Expand Down

0 comments on commit e8f1792

Please sign in to comment.