diff --git a/build.js b/build.js index ff9b3d108e50d..2ed1aabe5a84f 100755 --- a/build.js +++ b/build.js @@ -149,7 +149,8 @@ function buildlocale (locale) { startswith: require('./scripts/helpers/startswith.js'), i18n: require('./scripts/helpers/i18n.js'), changeloglink: require('./scripts/helpers/changeloglink.js'), - strftime: require('./scripts/helpers/strftime.js') + strftime: require('./scripts/helpers/strftime.js'), + summary: require('./scripts/helpers/summary.js') } })) .destination(path.join(__dirname, 'build', locale)); diff --git a/layouts/blog-index.hbs b/layouts/blog-index.hbs index 1d37a708e838b..6b08ec18b033d 100644 --- a/layouts/blog-index.hbs +++ b/layouts/blog-index.hbs @@ -14,6 +14,10 @@