From 761a58594364d3aeda95a446c8fb83214394dedf Mon Sep 17 00:00:00 2001 From: David Litvak Bruno Date: Wed, 8 Nov 2017 16:01:17 +0100 Subject: [PATCH] chore(contactUs): contact us now opens in a new tab (#42) --- views/layout.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/layout.pug b/views/layout.pug index 740d568..bc428b4 100644 --- a/views/layout.pug +++ b/views/layout.pug @@ -108,7 +108,7 @@ html | .  a(href=`/imprint${queryString}` ) #{translate('imprintLabel', currentLocale.code)} | .  - a(href=`https://www.contentful.com/contact/` ) #{translate('contactUsLabel', currentLocale.code)} + a(href=`https://www.contentful.com/contact/` target='_blank') #{translate('contactUsLabel', currentLocale.code)} | . .footer__social p