diff --git a/_includes/Head.tsx b/_includes/Head.tsx index 48297c9..8fb65a3 100644 --- a/_includes/Head.tsx +++ b/_includes/Head.tsx @@ -7,7 +7,7 @@ export default ({ extraScripts, cacheBust, }) => - + { titleFilter(title) } @@ -21,10 +21,21 @@ export default ({ <> {(extraStylesheets || []) - .map(extraStylesheet => )} + .map(extraStylesheet => )} <> {(extraScripts || []) - .map(extraScript => )} + .map(extraScript => )} ; diff --git a/_includes/layouts/homepage.tsx b/_includes/layouts/homepage.tsx index 69bc3ec..30c004e 100644 --- a/_includes/layouts/homepage.tsx +++ b/_includes/layouts/homepage.tsx @@ -25,7 +25,12 @@ export default ({
{links.map(({ href, title, openInNewTab }) => - {title} + {title} )}