diff options
author | Effy Elden <git@effy.is> | 2017-01-06 09:47:40 +1100 |
---|---|---|
committer | Effy Elden <git@effy.is> | 2017-01-06 09:47:40 +1100 |
commit | 819bfb75c6135d7acd4d5473f47c4e10497dec2b (patch) | |
tree | d2233667915a03adcad404c77387ee1041188dcf /app/views/about | |
parent | 9f21eb6064c6cdc2bc8606e5d18173655797c233 (diff) |
Add twitter:card metatag to enable Twitter Cards support
Diffstat (limited to 'app/views/about')
-rw-r--r-- | app/views/about/index.html.haml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/about/index.html.haml b/app/views/about/index.html.haml index 6dd182205..b0260dc51 100644 --- a/app/views/about/index.html.haml +++ b/app/views/about/index.html.haml @@ -9,6 +9,7 @@ %meta{ property: 'og:image', content: asset_url('mastodon_small.jpg') }/ %meta{ property: 'og:image:width', content: '400' }/ %meta{ property: 'og:image:height', content: '400' }/ + %meta{ property: 'twitter:card', content: 'summary' }/ .wrapper %h1 |