Skip to content
This repository has been archived by the owner on Aug 21, 2019. It is now read-only.

Commit

Permalink
fixed mjml online editor link
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Meilick <b@bnomei.com>
  • Loading branch information
bnomei committed Apr 28, 2017
1 parent a64a357 commit ffa4ca4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Add a email-adress if needed, Select a Contactslist then press the *Save*-Button
### Where to go from here?
Take a look at the [mjml code flavoured with mustache](https://github.com/bnomei/kirby-mailjet/blob/master/snippets/mj-example-newsletter.php) or its [Online Editor Version](https://mjml.io/try-it-live/HJWTTKyJW).
Take a look at the [mjml code flavoured with mustache](https://github.com/bnomei/kirby-mailjet/blob/master/snippets/mj-example-newsletter.php) or even copy it to the [Online Editor](https://mjml.io/try-it-live).
Check out the [controller](https://github.com/bnomei/kirby-mailjet/blob/master/controllers/mj-example.php) and [template](https://github.com/bnomei/kirby-mailjet/blob/master/templates/mj-example.php) how the example does its magic and weave your own based on that.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kirby-mailjet",
"description": "Kirby Mailjet makes sending emails with Mailjet simple.",
"version": "0.5.0",
"version": "0.5.1",
"author": "Bruno Meilick",
"type": "kirby-plugin",
"license": "Commercial"
Expand Down
2 changes: 1 addition & 1 deletion templates/mj-example.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<center>
<h1 style="margin-top:40px;"><?= $page->title() ?></h1>
<div><a style="border-radius: 5px;border:1px solid #666;color:#666;text-decoration:none;padding:5px;" target="_blank" href="<?= $site->url() ?>/panel/pages/<?= $page->diruri() ?>/edit">Edit in Panel</a> <a style="border-radius: 5px;border:1px solid #666;color:#666;text-decoration:none;padding:5px;" target="_blank" href="https://github.com/bnomei/kirby-mailjet">Github Docs</a>
<a style="border-radius: 5px;border:1px solid #666;color:#666;text-decoration:none;padding:5px;" target="_blank" href="https://mjml.io/try-it-live/HJWTTKyJW">mjml Online Editor</a>
<a style="border-radius: 5px;border:1px solid #666;color:#666;text-decoration:none;padding:5px;" target="_blank" href="https://mjml.io/try-it-live">mjml Online Editor</a>
<br><br></div>
</center>

Expand Down

0 comments on commit ffa4ca4

Please sign in to comment.