Use account.display_name for og:title single toot pages (#5821)
This commit is contained in:
		
							parent
							
								
									ce0d30feb7
								
							
						
					
					
						commit
						191993c811
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -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 | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue