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'