2018-10-10 09:21:30 +09:00
|
|
|
- description = account_description(account)
|
|
|
|
|
|
|
|
%meta{ name: 'description', content: description }/
|
|
|
|
|
2017-09-12 12:39:38 +09:00
|
|
|
= opengraph 'og:url', url
|
|
|
|
= opengraph 'og:site_name', site_title
|
2018-03-19 04:33:07 +09:00
|
|
|
= opengraph 'og:title', yield(:page_title).strip
|
2018-10-10 09:21:30 +09:00
|
|
|
= opengraph 'og:description', description
|
2017-09-12 12:39:38 +09:00
|
|
|
= opengraph 'og:image', full_asset_url(account.avatar.url(:original))
|
2020-06-25 08:33:01 +09:00
|
|
|
= opengraph 'og:image:width', '400'
|
|
|
|
= opengraph 'og:image:height', '400'
|
2017-09-12 12:39:38 +09:00
|
|
|
= opengraph 'twitter:card', 'summary'
|
2020-02-04 02:44:54 +09:00
|
|
|
= opengraph 'profile:username', acct(account)[1..-1]
|