summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-12-15 01:07:58 +0100
committerEugen Rochko <eugen@zeonfederated.com>2016-12-15 01:07:58 +0100
commitc4ffffbeedda400a85951ca4fc74ce1d54c96032 (patch)
treeaf505582ceaa1f5b943c327b37393cd69755b724
parent642e464670c320b3151bd2c4e1035af93dab735f (diff)
Add a better cropped image
-rw-r--r--app/assets/images/mastodon_small.jpgbin0 -> 131474 bytes
-rw-r--r--app/views/about/index.html.haml6
2 files changed, 3 insertions, 3 deletions
diff --git a/app/assets/images/mastodon_small.jpg b/app/assets/images/mastodon_small.jpg
new file mode 100644
index 00000000000..cb8cdc992b6
--- /dev/null
+++ b/app/assets/images/mastodon_small.jpg
Binary files differ
diff --git a/app/views/about/index.html.haml b/app/views/about/index.html.haml
index e8d989b92c6..160a667107a 100644
--- a/app/views/about/index.html.haml
+++ b/app/views/about/index.html.haml
@@ -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