UNPKG

techy

Version:

Flat CMS based on Gulp and AbsurdJS

8 lines 141 B
module.exports = function() { var info = this.get('info'); if(info && info.pages) { return info.pages.length; } else { return ''; } }