Ghost/core
Aileen Nowak dbd22d7447 Feature: {{reading_time}} theme helper (#9217)
closes #9200

- Registered new server helper `{{reading_time}}`.
- Added new global util `word-count` based on the util in Ghost admin, which returns the number of words in an HTML string.
- Based on the word count of the post html, the helper calculated the estimated reading time:
   - 275 words per minute
   - additional 12 seconds when post has feature image
- Renders a string like 'x min red', unless reading time is less than a minute. In this case, the rendered string is '< 1 min read'.
2017-11-06 18:40:07 +00:00
..
client@98aafd15e3 Updated Ghost-Admin to 1.16.2 2017-11-02 13:54:36 +01:00
server Feature: {{reading_time}} theme helper (#9217) 2017-11-06 18:40:07 +00:00
test Feature: {{reading_time}} theme helper (#9217) 2017-11-06 18:40:07 +00:00
index.js Misc grunt /dev updates 2015-05-28 20:25:14 +01:00