mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Removed v0.1 TODO for {{excerpt}} helper
no issue - The general "revisit" of of this helper might happen in the future but has nothing critical to do with shipping v3 or dropping v0.1 support
This commit is contained in:
parent
a2ebee3f4e
commit
a43ff6f639
1 changed files with 0 additions and 2 deletions
|
@ -16,8 +16,6 @@ var proxy = require('./proxy'),
|
|||
* Content API v2 returns a calculated `post.excerpt` field.
|
||||
* See https://github.com/TryGhost/Ghost/issues/10062.
|
||||
* We have not touched this helper yet, we will revisit later.
|
||||
*
|
||||
* @TODO: remove or change if we drop v0.1
|
||||
*/
|
||||
module.exports = function excerpt(options) {
|
||||
var truncateOptions = (options || {}).hash || {},
|
||||
|
|
Loading…
Add table
Reference in a new issue