diff --git a/src/html.js b/src/html.js index 71b820d..d200688 100644 --- a/src/html.js +++ b/src/html.js @@ -12,6 +12,7 @@ export default function HTML(props) { name="viewport" /> {props.headComponents} + {props.preBodyComponents} diff --git a/src/pages/index.js b/src/pages/index.js index cc6b68c..4827244 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -86,7 +86,7 @@ const IndexPage = ({ data: { allFile: { edges } } }) => { isClient && 'text-muted-dark bg-muted-light border-muted-light')} to="/photogallery" > - Photo Gallery + Photography Gallery