Add twitter:card metatag to enable Twitter Cards support
This commit is contained in:
parent
9f21eb6064
commit
819bfb75c6
3 changed files with 4 additions and 0 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue