From 5d2fbb3f58f82897eaa0f4f6473200a9ba659976 Mon Sep 17 00:00:00 2001 From: Victor Zhou Date: Sat, 9 Feb 2019 17:50:54 -0500 Subject: [PATCH] Add lang="en" to --- src/components/Layout/Layout.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Layout/Layout.js b/src/components/Layout/Layout.js index e7348cb..793fff3 100644 --- a/src/components/Layout/Layout.js +++ b/src/components/Layout/Layout.js @@ -5,6 +5,7 @@ import styles from './Layout.module.scss'; const Layout = ({ children, title, description }) => (
+ {title}