0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00
ghost/core/server
Aileen Nowak 24c86b49d1 HTML newsletter template for subscribers (#7045)
refs #7023

The template can be used for all cases (different newsletter interval, different amount of blog posts, with or without blog picture).

The template can be filled with the following data structure:
- `blog.logo` is the blog logo from settings
- `blog.title` is the title of the current blog
- `blog.url` is the URL of the blog
- `blog.twitterURL` is the twitter profile URL of the blog from settings
- `blog.facebookURL` is the facebook page URL of the blog from settings
- `blog.unsubscribe` is the link for the reader to unsubscribe from the blog
- `newsletter.interval` is the interval in words like 'weekly', 'daily', 'monthly'
- `newsletter.date` is the date of the newsletter issue in a format like 'June 9th, 2016'
- `blog.post` is expected to be an array:
	- `blog.post[i].picture` is the picture of the blog post. There are also conditionals, which change the inline CSS to either show a border-top if there's no picture (in that case the HTML code, that shows the picture is not active)
	- `blog.post[i].title` is the title of the current blog post
	- `blog.post[i].text` is the text of the current blog post, which needs to be cut down to 278 letters, plus ending with `…`
	- `blog.post[i].url` is the URL of the current blog post
	- `blog.post[i].tag` is the tag of the current blog post
	- `blog.post[i].author` is the author of the current blog post

Important is, that only HEX HTML entities will work, especially in Outlook. So instead of `—` we need to use `—` and `’` instead of `'` or `'` and so on.

Added unit test for newsletter template in `test/unit/mail/utils_spec.js`.
2016-07-08 21:40:32 -06:00
..
api improvement: mail structure (#7033) 2016-06-28 20:13:01 +02:00
apps improve styling on private blogging password page (#7021) 2016-07-07 15:37:42 +01:00
config fix: url for post path when post is not published 2016-06-20 14:48:01 +02:00
controllers internal tags feature 2016-06-11 09:12:04 -06:00
data fix(twitter-card): use proper image tag (#7025) 2016-06-29 18:04:43 -06:00
errors post-scheduling 2016-06-14 10:52:13 +02:00
events post-scheduling 2016-06-14 10:52:13 +02:00
helpers Update tags & foreach to respect visibility 2016-06-15 12:37:09 +01:00
mail HTML newsletter template for subscribers (#7045) 2016-07-08 21:40:32 -06:00
middleware allow manifest.json in theme root (#6986) 2016-06-29 14:44:01 -06:00
models fix: prev next posts 2016-06-20 15:44:02 +02:00
permissions deps: lodash@4.13.1 2016-06-11 13:13:55 -06:00
routes post-scheduling 2016-06-14 10:52:13 +02:00
scheduling post-scheduling: delete job but time is null (#7035) 2016-06-28 20:14:29 +02:00
storage Revert "Revert "Force UTC at process level"" 2016-06-03 09:06:18 +01:00
translations post-scheduling 2016-06-14 10:52:13 +02:00
utils post-scheduling 2016-06-14 10:52:13 +02:00
views move private-blogging functionality into an internal app 2016-04-11 08:58:41 -05:00
filters.js Misc grunt /dev updates 2015-05-28 20:25:14 +01:00
ghost-server.js Harvest server side strings 2015-12-19 12:12:16 +01:00
i18n.js improvement: general fixes 2016-06-01 07:07:20 +02:00
index.js post-scheduling 2016-06-14 10:52:13 +02:00
overrides.js deps: lodash@4.13.1 2016-06-11 13:13:55 -06:00
update-check.js deps: bluebird@3.3.3 2016-03-01 15:17:20 -06:00