mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-01-26 05:22:28 +01:00
Add lang="en" to <html>
This commit is contained in:
parent
d31e82a2f9
commit
5d2fbb3f58
@ -5,6 +5,7 @@ import styles from './Layout.module.scss';
|
|||||||
const Layout = ({ children, title, description }) => (
|
const Layout = ({ children, title, description }) => (
|
||||||
<div className={styles.layout}>
|
<div className={styles.layout}>
|
||||||
<Helmet>
|
<Helmet>
|
||||||
|
<html lang="en" />
|
||||||
<title>{title}</title>
|
<title>{title}</title>
|
||||||
<meta name="description" content={description} />
|
<meta name="description" content={description} />
|
||||||
</Helmet>
|
</Helmet>
|
||||||
|
Loading…
Reference in New Issue
Block a user