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

Commit

Permalink
add twitter and open graph cards
Browse files Browse the repository at this point in the history
  • Loading branch information
johngruen committed Aug 4, 2017
1 parent 387e889 commit ed20c14
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
Binary file added public/resources/send-fb.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/resources/send-twitter.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions views/layouts/main.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@
<meta name="defaultLanguage" content="en-US">
<meta name="availableLanguages" content="{{availableLanguages}}">

<meta property="og:title" content="Firefox Send"/>
<meta name="twitter:title" content="Firefox Send"/>
<meta name="description" content="Encrypt and send files with a link that automatically expires to ensure your important documents don’t stay online forever."/>
<meta property="og:description" content="Encrypt and send files with a link that automatically expires to ensure your important documents don’t stay online forever."/>
<meta name="twitter:description" content="Encrypt and send files with a link that automatically expires to ensure your important documents don’t stay online forever."/>
<meta name="twitter:card" content="summary"/>
<meta property="og:image" content="/resources/send-fb.jpg"/>
<meta name="twitter:image" content="/resources/send-twitter.jpg"/>
<meta property="og:url" content="https://send.firefox.com"/>

<title>Firefox Send</title>

<link rel="stylesheet" type="text/css" href="/main.css" />
Expand Down

0 comments on commit ed20c14

Please sign in to comment.