about summary refs log tree commit diff
path: root/app/views/accounts/show.html.haml
diff options
context:
space:
mode:
authorEffy Elden <git@effy.is>2017-01-06 09:47:40 +1100
committerEffy Elden <git@effy.is>2017-01-06 09:47:40 +1100
commit819bfb75c6135d7acd4d5473f47c4e10497dec2b (patch)
treed2233667915a03adcad404c77387ee1041188dcf /app/views/accounts/show.html.haml
parent9f21eb6064c6cdc2bc8606e5d18173655797c233 (diff)
Add twitter:card metatag to enable Twitter Cards support
Diffstat (limited to 'app/views/accounts/show.html.haml')
-rw-r--r--app/views/accounts/show.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/accounts/show.html.haml b/app/views/accounts/show.html.haml
index 7afeb68a9..bc0f08a79 100644
--- a/app/views/accounts/show.html.haml
+++ b/app/views/accounts/show.html.haml
@@ -12,6 +12,7 @@
   %meta{ property: 'og:image', content: full_asset_url(@account.avatar.url(:original)) }/
   %meta{ property: 'og:image:width', content: '120' }/
   %meta{ property: 'og:image:height', content: '120' }/
+  %meta{ property: 'twitter:card', content: 'summary' }/
 
 = render partial: 'header'