forked from cybrespace/mastodon
		
	Add meta tag for official iOS app (#16599)
This commit is contained in:
		
							parent
							
								
									3c79ccb7e3
								
							
						
					
					
						commit
						d696f729f1
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -23,6 +23,7 @@
 | 
				
			||||||
    %link{ rel: 'manifest', href: manifest_path(format: :json) }/
 | 
					    %link{ rel: 'manifest', href: manifest_path(format: :json) }/
 | 
				
			||||||
    %meta{ name: 'theme-color', content: '#6364FF' }/
 | 
					    %meta{ name: 'theme-color', content: '#6364FF' }/
 | 
				
			||||||
    %meta{ name: 'apple-mobile-web-app-capable', content: 'yes' }/
 | 
					    %meta{ name: 'apple-mobile-web-app-capable', content: 'yes' }/
 | 
				
			||||||
 | 
					    %meta{ name: 'apple-itunes-app', content: 'app-id=1571998974' }/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    %title= content_for?(:page_title) ? safe_join([yield(:page_title).chomp.html_safe, title], ' - ') : title
 | 
					    %title= content_for?(:page_title) ? safe_join([yield(:page_title).chomp.html_safe, title], ' - ') : title
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue