Skip to content

Commit

Permalink
Add a better cropped image
Browse files Browse the repository at this point in the history
  • Loading branch information
Gargron committed Dec 15, 2016
1 parent 642e464 commit c4ffffb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file added app/assets/images/mastodon_small.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions app/views/about/index.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
%meta{ property: 'og:type', content: 'website' }/
%meta{ property: 'og:title', content: Rails.configuration.x.local_domain }/
%meta{ property: 'og:description', content: "Mastodon is a free, open-source social network server. A decentralized alternative to commercial platforms, it avoids the risks of a single company monopolizing your communication. Anyone can run Mastodon and participate in the social network seamlessly" }/
%meta{ property: 'og:image', content: asset_url('mastodon.jpg') }/
%meta{ property: 'og:image:width', content: '1400' }/
%meta{ property: 'og:image:height', content: '1488' }/
%meta{ property: 'og:image', content: asset_url('mastodon_small.jpg') }/
%meta{ property: 'og:image:width', content: '400' }/
%meta{ property: 'og:image:height', content: '400' }/
.wrapper
%h1
Expand Down

0 comments on commit c4ffffb

Please sign in to comment.