UNPKG

wintersmith-handlebars

Version:
9 lines (8 loc) 176 B
module.exports = function(authors, authorName) { var author = authors[authorName + '.json']; if (author) { return author.metadata.name; } else { return authorName; } }