From 3d1ba46d49d2436e13159845178a058aa6465546 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Thu, 10 May 2018 21:02:01 +0200 Subject: [PATCH] set title for add to home screen icon * closes #2 --- src/components/atoms/Head.jsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/atoms/Head.jsx b/src/components/atoms/Head.jsx index 204915f..a78bce4 100644 --- a/src/components/atoms/Head.jsx +++ b/src/components/atoms/Head.jsx @@ -12,6 +12,8 @@ const Head = ({ meta, location }) => { defaultTitle={`${title.toLowerCase()} { ${tagline.toLowerCase()} }`} titleTemplate={`%s // ${title.toLowerCase()} { ${tagline.toLowerCase()} }`} > + + {location.hostname !== 'matthiaskretschmann.com' && ( )}