Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 159 Bytes

authors.md

File metadata and controls

6 lines (6 loc) · 159 Bytes

{% var authors = authors || [author] %} {% if (authors) { authors.forEach(function(author) { print('\n' + include("author", {author: author}) + '\n'); }); } %}