This repository has been archived on 2024-06-09. You can view files and clone it, but cannot push or open issues/pull-requests.
2017-09-12 05:39:38 +02:00
|
|
|
= opengraph 'og:url', url
|
|
|
|
= opengraph 'og:site_name', site_title
|
2018-03-18 20:33:07 +01:00
|
|
|
= opengraph 'og:title', yield(:page_title).strip
|
2018-03-09 00:35:07 +01:00
|
|
|
= opengraph 'og:description', account_description(account)
|
2017-09-12 05:39:38 +02:00
|
|
|
= opengraph 'og:image', full_asset_url(account.avatar.url(:original))
|
|
|
|
= opengraph 'og:image:width', '120'
|
|
|
|
= opengraph 'og:image:height', '120'
|
|
|
|
= opengraph 'twitter:card', 'summary'
|
|
|
|
= opengraph 'profile:username', account.local_username_and_domain
|