logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe git clone https://hacktivis.me/git/mastofe.git

_og.html.haml (420B)


  1. = opengraph 'og:url', url
  2. = opengraph 'og:site_name', site_title
  3. = opengraph 'og:title', yield(:page_title).strip
  4. = opengraph 'og:description', account_description(account)
  5. = opengraph 'og:image', full_asset_url(account.avatar.url(:original))
  6. = opengraph 'og:image:width', '120'
  7. = opengraph 'og:image:height', '120'
  8. = opengraph 'twitter:card', 'summary'
  9. = opengraph 'profile:username', account.local_username_and_domain