Skip to content

Commit

Permalink
Put example at the bottom.
Browse files Browse the repository at this point in the history
It’s handy, but having it at the top obscures what the templates are
really about.
  • Loading branch information
garrettdimon committed Oct 26, 2016
1 parent 2029ff9 commit 188c2dc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions previews.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@
<title>Postmark Template Previews</title>
<script>
var templates = {
"example": {
"name": "Example",
"description": "Examples of built-in elements and styles.",
"guide": "https://postmarkapp.com/guides/transactional-email-best-practices"
},
"welcome": {
"name": "Welcome",
"description": "Send a welcome email to users after they sign up.",
Expand Down Expand Up @@ -54,6 +49,11 @@
"name": "User Invitation",
"description": "Help users invite others to use your software.",
"guide": "https://postmarkapp.com/guides/user-invitation-email-best-practices"
},
"example": {
"name": "Example",
"description": "Examples of built-in elements and styles.",
"guide": "https://postmarkapp.com/guides/transactional-email-best-practices"
}
}
</script>
Expand Down

0 comments on commit 188c2dc

Please sign in to comment.