mirror of
				https://github.com/mastermindzh/rickvanlieshout.com
				synced 2025-11-04 02:29:46 +01:00 
			
		
		
		
	Add the twitter:description meta tag.
This commit is contained in:
		@@ -19,6 +19,7 @@ const Layout = ({ children, title, description }: Props) => (
 | 
				
			|||||||
      <meta property="og:site_name" content={title} />
 | 
					      <meta property="og:site_name" content={title} />
 | 
				
			||||||
      <meta name="twitter:card" content="summary" />
 | 
					      <meta name="twitter:card" content="summary" />
 | 
				
			||||||
      <meta name="twitter:title" content={title} />
 | 
					      <meta name="twitter:title" content={title} />
 | 
				
			||||||
 | 
					      <meta name="twitter:description" content={description} />
 | 
				
			||||||
    </Helmet>
 | 
					    </Helmet>
 | 
				
			||||||
    {children}
 | 
					    {children}
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user