mirror of
				https://github.com/explosion/spaCy.git
				synced 2025-11-04 01:48:04 +03:00 
			
		
		
		
	Tidy up
This commit is contained in:
		
							parent
							
								
									3b667787a9
								
							
						
					
					
						commit
						da5edbe434
					
				| 
						 | 
				
			
			@ -71,11 +71,11 @@ const SEO = ({ description, lang, title, section, sectionTitle, bodyClass }) =>
 | 
			
		|||
                },
 | 
			
		||||
                {
 | 
			
		||||
                    name: 'twitter:creator',
 | 
			
		||||
                    content: `@${data.site.siteMetadata.social.twitter}`,
 | 
			
		||||
                    content: `@${siteMetadata.social.twitter}`,
 | 
			
		||||
                },
 | 
			
		||||
                {
 | 
			
		||||
                    name: 'twitter:site',
 | 
			
		||||
                    content: `@${data.site.siteMetadata.social.twitter}`,
 | 
			
		||||
                    content: `@${siteMetadata.social.twitter}`,
 | 
			
		||||
                },
 | 
			
		||||
                {
 | 
			
		||||
                    name: 'twitter:title',
 | 
			
		||||
| 
						 | 
				
			
			@ -126,8 +126,6 @@ const query = graphql`
 | 
			
		|||
                title
 | 
			
		||||
                description
 | 
			
		||||
                slogan
 | 
			
		||||
                siteUrl
 | 
			
		||||
                email
 | 
			
		||||
                social {
 | 
			
		||||
                    twitter
 | 
			
		||||
                }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user