diff --git a/website/src/components/title.js b/website/src/components/title.js index 1eadb3deb..361d24a30 100644 --- a/website/src/components/title.js +++ b/website/src/components/title.js @@ -8,7 +8,7 @@ import { H1 } from './typography' import classes from '../styles/title.module.sass' -const Title = ({ title, tag, version, teaser, source, image, children, ...props }) => ( +const Title = ({ id, title, tag, version, teaser, source, image, children, ...props }) => (
{(image || source) && (
@@ -25,7 +25,7 @@ const Title = ({ title, tag, version, teaser, source, image, children, ...props )}
)} -

+

{title}

{tag && {tag}} diff --git a/website/src/html.js b/website/src/html.js index 54afba894..17d0b6cbe 100644 --- a/website/src/html.js +++ b/website/src/html.js @@ -17,7 +17,7 @@ export default function HTML(props) { /> {props.headComponents} - + {props.preBodyComponents}