Skip to content
Snippets Groups Projects
Commit 0ea4478b authored by Alda Marteau-Hardi's avatar Alda Marteau-Hardi Committed by Eugen Rochko
Browse files

Use account.display_name for og:title single toot pages (#5821)

parent fd87e5a5
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
= opengraph 'og:site_name', site_title
= opengraph 'og:type', 'article'
= opengraph 'og:title', "#{@account.username} on #{site_hostname}"
= opengraph 'og:title', "#{@account.display_name} on #{site_hostname}"
= opengraph 'og:url', account_stream_entry_url(@account, @stream_entry)
= render 'stream_entries/og_description', activity: @stream_entry.activity
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment