mirror of
				https://github.com/mastermindzh/rickvanlieshout.com
				synced 2025-11-04 02:29:46 +01:00 
			
		
		
		
	@@ -5,6 +5,7 @@ import styles from './Layout.module.scss';
 | 
			
		||||
const Layout = ({ children, title, description }) => (
 | 
			
		||||
  <div className={styles.layout}>
 | 
			
		||||
    <Helmet>
 | 
			
		||||
      <html lang="en" />
 | 
			
		||||
      <title>{title}</title>
 | 
			
		||||
      <meta name="description" content={description} />
 | 
			
		||||
    </Helmet>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user