diff --git a/components/head-layout.js b/components/head-layout.js index e501e24..1448718 100644 --- a/components/head-layout.js +++ b/components/head-layout.js @@ -19,7 +19,7 @@ export default function HeadLayout({ }) { return (
- + {`${title ? `#OKi | ${title}` : '#OKi | Organisation KA Internationale'}`} diff --git a/pages/_document.js b/pages/_document.js index f1fef1e..b1729b9 100644 --- a/pages/_document.js +++ b/pages/_document.js @@ -8,7 +8,7 @@ import createEmotionCache from '../lib/create-emotion-cache' export default class MyDocument extends Document { render() { return ( - +