Use Setting.site_title value for og:site_name occurrences (#1194)
				
					
				
			* Add helper method to return Setting.site_title * Use site_title helper in application layout * Use site_title value for og:site_name
This commit is contained in:
		@@ -5,7 +5,7 @@
 | 
			
		||||
  %link{ rel: 'salmon', href: api_salmon_url(@account.id) }/
 | 
			
		||||
  %link{ rel: 'alternate', type: 'application/atom+xml', href: account_url(@account, format: 'atom') }/
 | 
			
		||||
 | 
			
		||||
  %meta{ property: 'og:site_name', content: 'Mastodon' }/
 | 
			
		||||
  %meta{ property: 'og:site_name', content: site_title }/
 | 
			
		||||
  %meta{ property: 'og:type', content: 'profile' }/
 | 
			
		||||
  %meta{ property: 'og:title', content: "#{@account.username} on #{Rails.configuration.x.local_domain}" }/
 | 
			
		||||
  %meta{ property: 'og:description', content: @account.note }/
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user