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