This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2018-10-09 17:21:30 -07:00
|
|
|
- description = account_description(account)
|
|
|
|
|
|
|
|
%meta{ name: 'description', content: description }/
|
|
|
|
|
2017-09-11 20:39:38 -07:00
|
|
|
= opengraph 'og:url', url
|
|
|
|
= opengraph 'og:site_name', site_title
|
2018-03-18 12:33:07 -07:00
|
|
|
= opengraph 'og:title', yield(:page_title).strip
|
2018-10-09 17:21:30 -07:00
|
|
|
= opengraph 'og:description', description
|
2017-09-11 20:39:38 -07:00
|
|
|
= opengraph 'og:image', full_asset_url(account.avatar.url(:original))
|
2020-06-24 16:33:01 -07:00
|
|
|
= opengraph 'og:image:width', '400'
|
|
|
|
= opengraph 'og:image:height', '400'
|
2017-09-11 20:39:38 -07:00
|
|
|
= opengraph 'twitter:card', 'summary'
|
2020-02-03 09:44:54 -08:00
|
|
|
= opengraph 'profile:username', acct(account)[1..-1]
|