diff --git a/core/client/helpers/index.js b/core/client/helpers/index.js index c472f1f819..4ecf2cdc8b 100644 --- a/core/client/helpers/index.js +++ b/core/client/helpers/index.js @@ -2,7 +2,7 @@ */ (function () { "use strict"; - Handlebars.registerHelper('dateFormat', function (context, block) { + Handlebars.registerHelper('date', function (context, block) { var f = block.hash.format || "MMM Do, YYYY", timeago = block.hash.timeago, date; diff --git a/core/client/tpl/list-item.hbs b/core/client/tpl/list-item.hbs index 1d1dcd37a0..ae4b22dbb5 100644 --- a/core/client/tpl/list-item.hbs +++ b/core/client/tpl/list-item.hbs @@ -3,7 +3,7 @@