From 26e4f61a737b49853a674e7f97b65371a53f7d99 Mon Sep 17 00:00:00 2001 From: Dan Mindru Date: Thu, 19 May 2016 14:21:37 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20Wrap=20address=20to=20prevent=20iOS?= =?UTF-8?q?=20/=20OS=20X=20from=20making=20it=20a=20beautiful=20blue=20?= =?UTF-8?q?=F0=9F=94=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dist/light/full-mail-light.html | 2 +- dist/light/signature-light.html | 2 +- src/light/conf.js | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/dist/light/full-mail-light.html b/dist/light/full-mail-light.html index d01bce0..5dcabb6 100644 --- a/dist/light/full-mail-light.html +++ b/dist/light/full-mail-light.html @@ -1 +1 @@ -
Hi there,
Thanks for writing up this email.
We are delighted to reply with a responsive template.
\ No newline at end of file +
Hi there,
Thanks for writing up this email.
We are delighted to reply with a responsive template.
\ No newline at end of file diff --git a/dist/light/signature-light.html b/dist/light/signature-light.html index 5f1dc5e..7952eb6 100644 --- a/dist/light/signature-light.html +++ b/dist/light/signature-light.html @@ -1 +1 @@ -
\ No newline at end of file +
\ No newline at end of file diff --git a/src/light/conf.js b/src/light/conf.js index 6e8fe29..781e3e3 100644 --- a/src/light/conf.js +++ b/src/light/conf.js @@ -4,6 +4,7 @@ * - for images, if you pass in a relative path ('assets/logo.png'), they will be automatically embedded (base64). If you pass in a URL, it will stay as it is. * - the 'id' will be appended to the built template names, e.g. '/dist/signature-light.html' * - wrap phone numbers like this to prevent iOS mail from making them blue, e.g. `(45) 80100100` + * - wrap address like this to prevent iOS mail from making it blue, e.g. `Address` * */ @@ -16,7 +17,7 @@ module.exports = [ introParagraph: 'Thanks for writing up this email.
We are delighted to reply with a responsive template.', contactMain: 'Call 80100100 or email us at', contactMail: 'info@light.dk', - contactSecondary: 'Happy Steet 31, DK-8000 Aarhus C, Denmark', + contactSecondary: 'Happy Steet 31, DK-8000 Aarhus C, Denmark', logoUrl: '/assets/light.png', logoAlt: 'light logo', website: 'http://light.dk'