diff --git a/components/head-layout.js b/components/head-layout.js index 63a42ee..e471b3b 100644 --- a/components/head-layout.js +++ b/components/head-layout.js @@ -19,7 +19,7 @@ export default function HeadLayout({ return (
- #OKi | {title ? title : 'Organisation KA Internationale'} + {`${title ? `#OKi | ${title}` : '#OKi | Organisation KA Internationale'}`}