diff --git a/README.md b/README.md index 926c850..c146074 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Brought to you by *Postmark Transactional Email Templates* are rock-solid email templates that render beautifully in tons of email clients. They provide the foundation of our [Postmark Templates](https://postmarkapp.com/blog/special-delivery-postmark-templates) feature, and we're glad to provide them as Open Source to the wider community. -These templates are built and maintained using [MailMason](https://github.com/wildbit/mailmason), a grunt-based framework to help streamline the process of developing, testing, and maintaining a set of related transactional email templates. If you want to create or customize your own set of email templates, you can use MailMason to extend the existing emails or start from scratch to build an entirely new set. +These templates are built and maintained using [MailMason](https://github.com/activecampaign/mailmason), a grunt-based framework to help streamline the process of developing, testing, and maintaining a set of related transactional email templates. If you want to create or customize your own set of email templates, you can use MailMason to extend the existing emails or start from scratch to build an entirely new set. ## CSS & Inlining @@ -19,7 +19,7 @@ There are two sets of templates here. The first set is in the `/templates` folde ### Inline the CSS For client compatibility, HTML emails should always be inlined before sending. Here are a couple of tools for doing that: -* [Postmark Style Merge](https://github.com/wildbit/style-merge) +* [Postmark Style Merge](https://github.com/activecampaign/style-merge) * [Premailer](https://github.com/premailer/premailer) If you choose to send your emails with [Postmark](http://postmarkapp.com), each time you send we will automagically inline the CSS for you. @@ -28,8 +28,8 @@ If you choose to send your emails with [Postmark](http://postmarkapp.com), each Each template comes in three different generic layout variations: Basic, Basic full, and Plain. This gives you a starting point so that you can customize your templates to match your brand. -Starter templates side-by-side: Basic, basic full, and plain -Dark mode compatibility +Starter templates side-by-side: Basic, basic full, and plain +Dark mode compatibility ### Welcome @@ -78,7 +78,7 @@ Let users know about a failed payment Notify users of new comments by other users. -**Note:** Comment notification isn't the prettiest preview because it's just [Mustachio](https://github.com/wildbit/mustachio). Since almost all content in this email is dynamic, it won't look good without real content. Don't worry though, that's how it's supposed to look. +**Note:** Comment notification isn't the prettiest preview because it's just [Mustachio](https://github.com/activecampaign/mustachio). Since almost all content in this email is dynamic, it won't look good without real content. Don't worry though, that's how it's supposed to look. * 💌 Preview with layout: [Basic](https://newsletter.postmarkapp.com/assets/templates/dist/basic/comment-notification/content.html), [Basic full](https://newsletter.postmarkapp.com/assets/templates/dist/basic-full/comment-notification/content.html), [Plain](https://newsletter.postmarkapp.com/assets/templates/dist/plain/comment-notification/content.html) * 📔 [Comment notification best practices guide](https://postmarkapp.com/guides/comment-notification-email-best-practices) diff --git a/templates-inlined/basic-full/example/content.html b/templates-inlined/basic-full/example/content.html index 769d6ff..9886dd8 100644 --- a/templates-inlined/basic-full/example/content.html +++ b/templates-inlined/basic-full/example/content.html @@ -481,7 +481,7 @@

Escaped Handlebars Brackets

-

Working with templates, you'll occasionally need to put some Mustachio code in your Handlebars templates. To prevent the Handlebars processing from attempting to process your Mustachio code, you'll need to escape the curly braces by adding a backslash just before the opening curly braces.

+

Working with templates, you'll occasionally need to put some Mustachio code in your Handlebars templates. To prevent the Handlebars processing from attempting to process your Mustachio code, you'll need to escape the curly braces by adding a backslash just before the opening curly braces.

\{{ something }} will turn into {{ something }}

diff --git a/templates-inlined/basic-full/example/content.txt b/templates-inlined/basic-full/example/content.txt index 54ad9e1..7858957 100644 --- a/templates-inlined/basic-full/example/content.txt +++ b/templates-inlined/basic-full/example/content.txt @@ -6,7 +6,7 @@ This is example text for the preheader set via the YAML front-matter for each em Escaped Handlebars Brackets *************************** -Working with templates, you'll occasionally need to put some Mustachio ( https://github.com/wildbit/mustachio ) code in your Handlebars templates. To prevent the Handlebars processing from attempting to process your Mustachio code, you'll need to escape the curly braces by adding a backslash just before the opening curly braces. +Working with templates, you'll occasionally need to put some Mustachio ( https://github.com/activecampaign/mustachio ) code in your Handlebars templates. To prevent the Handlebars processing from attempting to process your Mustachio code, you'll need to escape the curly braces by adding a backslash just before the opening curly braces. \{{ something }} will turn into {{ something }} diff --git a/templates-inlined/basic/example/content.html b/templates-inlined/basic/example/content.html index 8de91dc..b8f4d04 100644 --- a/templates-inlined/basic/example/content.html +++ b/templates-inlined/basic/example/content.html @@ -476,7 +476,7 @@

Escaped Handlebars Brackets

-

Working with templates, you'll occasionally need to put some Mustachio code in your Handlebars templates. To prevent the Handlebars processing from attempting to process your Mustachio code, you'll need to escape the curly braces by adding a backslash just before the opening curly braces.

+

Working with templates, you'll occasionally need to put some Mustachio code in your Handlebars templates. To prevent the Handlebars processing from attempting to process your Mustachio code, you'll need to escape the curly braces by adding a backslash just before the opening curly braces.

\{{ something }} will turn into {{ something }}

diff --git a/templates-inlined/basic/example/content.txt b/templates-inlined/basic/example/content.txt index 54ad9e1..7858957 100644 --- a/templates-inlined/basic/example/content.txt +++ b/templates-inlined/basic/example/content.txt @@ -6,7 +6,7 @@ This is example text for the preheader set via the YAML front-matter for each em Escaped Handlebars Brackets *************************** -Working with templates, you'll occasionally need to put some Mustachio ( https://github.com/wildbit/mustachio ) code in your Handlebars templates. To prevent the Handlebars processing from attempting to process your Mustachio code, you'll need to escape the curly braces by adding a backslash just before the opening curly braces. +Working with templates, you'll occasionally need to put some Mustachio ( https://github.com/activecampaign/mustachio ) code in your Handlebars templates. To prevent the Handlebars processing from attempting to process your Mustachio code, you'll need to escape the curly braces by adding a backslash just before the opening curly braces. \{{ something }} will turn into {{ something }} diff --git a/templates-inlined/plain/example/content.html b/templates-inlined/plain/example/content.html index 5e33eea..aca69c6 100644 --- a/templates-inlined/plain/example/content.html +++ b/templates-inlined/plain/example/content.html @@ -468,7 +468,7 @@

Escaped Handlebars Brackets

-

Working with templates, you'll occasionally need to put some Mustachio code in your Handlebars templates. To prevent the Handlebars processing from attempting to process your Mustachio code, you'll need to escape the curly braces by adding a backslash just before the opening curly braces.

+

Working with templates, you'll occasionally need to put some Mustachio code in your Handlebars templates. To prevent the Handlebars processing from attempting to process your Mustachio code, you'll need to escape the curly braces by adding a backslash just before the opening curly braces.

\{{ something }} will turn into {{ something }}

diff --git a/templates-inlined/plain/example/content.txt b/templates-inlined/plain/example/content.txt index 54ad9e1..7858957 100644 --- a/templates-inlined/plain/example/content.txt +++ b/templates-inlined/plain/example/content.txt @@ -6,7 +6,7 @@ This is example text for the preheader set via the YAML front-matter for each em Escaped Handlebars Brackets *************************** -Working with templates, you'll occasionally need to put some Mustachio ( https://github.com/wildbit/mustachio ) code in your Handlebars templates. To prevent the Handlebars processing from attempting to process your Mustachio code, you'll need to escape the curly braces by adding a backslash just before the opening curly braces. +Working with templates, you'll occasionally need to put some Mustachio ( https://github.com/activecampaign/mustachio ) code in your Handlebars templates. To prevent the Handlebars processing from attempting to process your Mustachio code, you'll need to escape the curly braces by adding a backslash just before the opening curly braces. \{{ something }} will turn into {{ something }} diff --git a/templates/basic-full/example/content.html b/templates/basic-full/example/content.html index 98a8206..9d614a0 100644 --- a/templates/basic-full/example/content.html +++ b/templates/basic-full/example/content.html @@ -459,7 +459,7 @@

Escaped Handlebars Brackets

-

Working with templates, you'll occasionally need to put some Mustachio code in your Handlebars templates. To prevent the Handlebars processing from attempting to process your Mustachio code, you'll need to escape the curly braces by adding a backslash just before the opening curly braces.

+

Working with templates, you'll occasionally need to put some Mustachio code in your Handlebars templates. To prevent the Handlebars processing from attempting to process your Mustachio code, you'll need to escape the curly braces by adding a backslash just before the opening curly braces.

\{{ something }} will turn into {{ something }}

diff --git a/templates/basic-full/example/content.txt b/templates/basic-full/example/content.txt index 54ad9e1..7858957 100644 --- a/templates/basic-full/example/content.txt +++ b/templates/basic-full/example/content.txt @@ -6,7 +6,7 @@ This is example text for the preheader set via the YAML front-matter for each em Escaped Handlebars Brackets *************************** -Working with templates, you'll occasionally need to put some Mustachio ( https://github.com/wildbit/mustachio ) code in your Handlebars templates. To prevent the Handlebars processing from attempting to process your Mustachio code, you'll need to escape the curly braces by adding a backslash just before the opening curly braces. +Working with templates, you'll occasionally need to put some Mustachio ( https://github.com/activecampaign/mustachio ) code in your Handlebars templates. To prevent the Handlebars processing from attempting to process your Mustachio code, you'll need to escape the curly braces by adding a backslash just before the opening curly braces. \{{ something }} will turn into {{ something }} diff --git a/templates/basic/example/content.html b/templates/basic/example/content.html index 98a8206..9d614a0 100644 --- a/templates/basic/example/content.html +++ b/templates/basic/example/content.html @@ -459,7 +459,7 @@

Escaped Handlebars Brackets

-

Working with templates, you'll occasionally need to put some Mustachio code in your Handlebars templates. To prevent the Handlebars processing from attempting to process your Mustachio code, you'll need to escape the curly braces by adding a backslash just before the opening curly braces.

+

Working with templates, you'll occasionally need to put some Mustachio code in your Handlebars templates. To prevent the Handlebars processing from attempting to process your Mustachio code, you'll need to escape the curly braces by adding a backslash just before the opening curly braces.

\{{ something }} will turn into {{ something }}

diff --git a/templates/basic/example/content.txt b/templates/basic/example/content.txt index 54ad9e1..7858957 100644 --- a/templates/basic/example/content.txt +++ b/templates/basic/example/content.txt @@ -6,7 +6,7 @@ This is example text for the preheader set via the YAML front-matter for each em Escaped Handlebars Brackets *************************** -Working with templates, you'll occasionally need to put some Mustachio ( https://github.com/wildbit/mustachio ) code in your Handlebars templates. To prevent the Handlebars processing from attempting to process your Mustachio code, you'll need to escape the curly braces by adding a backslash just before the opening curly braces. +Working with templates, you'll occasionally need to put some Mustachio ( https://github.com/activecampaign/mustachio ) code in your Handlebars templates. To prevent the Handlebars processing from attempting to process your Mustachio code, you'll need to escape the curly braces by adding a backslash just before the opening curly braces. \{{ something }} will turn into {{ something }} diff --git a/templates/plain/example/content.html b/templates/plain/example/content.html index 61015fd..b56900d 100644 --- a/templates/plain/example/content.html +++ b/templates/plain/example/content.html @@ -451,7 +451,7 @@

Escaped Handlebars Brackets

-

Working with templates, you'll occasionally need to put some Mustachio code in your Handlebars templates. To prevent the Handlebars processing from attempting to process your Mustachio code, you'll need to escape the curly braces by adding a backslash just before the opening curly braces.

+

Working with templates, you'll occasionally need to put some Mustachio code in your Handlebars templates. To prevent the Handlebars processing from attempting to process your Mustachio code, you'll need to escape the curly braces by adding a backslash just before the opening curly braces.

\{{ something }} will turn into {{ something }}

diff --git a/templates/plain/example/content.txt b/templates/plain/example/content.txt index 54ad9e1..7858957 100644 --- a/templates/plain/example/content.txt +++ b/templates/plain/example/content.txt @@ -6,7 +6,7 @@ This is example text for the preheader set via the YAML front-matter for each em Escaped Handlebars Brackets *************************** -Working with templates, you'll occasionally need to put some Mustachio ( https://github.com/wildbit/mustachio ) code in your Handlebars templates. To prevent the Handlebars processing from attempting to process your Mustachio code, you'll need to escape the curly braces by adding a backslash just before the opening curly braces. +Working with templates, you'll occasionally need to put some Mustachio ( https://github.com/activecampaign/mustachio ) code in your Handlebars templates. To prevent the Handlebars processing from attempting to process your Mustachio code, you'll need to escape the curly braces by adding a backslash just before the opening curly braces. \{{ something }} will turn into {{ something }}