1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2025-01-03 10:25:00 +01:00

add html language tag

This commit is contained in:
Matthias Kretschmann 2018-05-10 01:47:28 +02:00
parent a093eb5f21
commit f9960a1d40
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -14,6 +14,8 @@ const SEO = ({ project, meta }) => {
return (
<Helmet>
<html lang="en" />
{/* General tags */}
<meta name="description" content={description} />
<meta name="image" content={image} />