mirror of
https://github.com/kikobar/mastodon.git
synced 2024-11-18 13:17:35 +00:00
This commit is contained in:
parent
43577e9f59
commit
b406e3cc4c
|
@ -17,7 +17,9 @@
|
||||||
- unless media.file.meta.nil?
|
- unless media.file.meta.nil?
|
||||||
= opengraph 'og:video:width', media.file.meta['small']['width']
|
= opengraph 'og:video:width', media.file.meta['small']['width']
|
||||||
= opengraph 'og:video:height', media.file.meta['small']['height']
|
= opengraph 'og:video:height', media.file.meta['small']['height']
|
||||||
|
= opengraph 'twitter:card', 'summary_large_image'
|
||||||
- else
|
- else
|
||||||
= opengraph 'og:image', full_asset_url(account.avatar.url(:original))
|
= opengraph 'og:image', full_asset_url(account.avatar.url(:original))
|
||||||
= opengraph 'og:image:width', '120'
|
= opengraph 'og:image:width', '120'
|
||||||
= opengraph 'og:image:height','120'
|
= opengraph 'og:image:height','120'
|
||||||
|
= opengraph 'twitter:card', 'summary'
|
||||||
|
|
|
@ -14,8 +14,6 @@
|
||||||
= render 'stream_entries/og_description', activity: @stream_entry.activity
|
= render 'stream_entries/og_description', activity: @stream_entry.activity
|
||||||
= render 'stream_entries/og_image', activity: @stream_entry.activity, account: @account
|
= render 'stream_entries/og_image', activity: @stream_entry.activity, account: @account
|
||||||
|
|
||||||
= opengraph 'twitter:card', 'summary_large_image'
|
|
||||||
|
|
||||||
- if show_landing_strip?
|
- if show_landing_strip?
|
||||||
= render partial: 'shared/landing_strip', locals: { account: @stream_entry.account }
|
= render partial: 'shared/landing_strip', locals: { account: @stream_entry.account }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue