Update seo.js

This commit is contained in:
Ines Montani 2019-04-23 18:39:30 +02:00
parent 7937109ed9
commit db7c0dbfd6
1 changed files with 1 additions and 0 deletions

View File

@ -93,6 +93,7 @@ const SEO = ({ description, lang, title, section, sectionTitle, bodyClass }) =>
return (
<Helmet
defer={false}
htmlAttributes={{ lang }}
bodyAttributes={{ class: bodyClass }}
title={pageTitle}