Browse Source

Fix og:url. (#3031)

closed-social-glitch-2
Shunsuke Michii 7 years ago
committed by Eugen Rochko
parent
commit
89210781cb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/views/accounts/show.html.haml

+ 1
- 1
app/views/accounts/show.html.haml View File

@ -6,7 +6,7 @@
%link{ rel: 'alternate', type: 'application/atom+xml', href: account_url(@account, format: 'atom') }/
%meta{ property: 'og:type', content: 'profile' }/
= render 'og', account: @account, url: account_url(@account, only_path: false)
= render 'og', account: @account, url: short_account_url(@account, only_path: false)
- if show_landing_strip?
= render partial: 'shared/landing_strip', locals: { account: @account }

Loading…
Cancel
Save