diff --git a/docs/_data/authors.yml b/docs/_data/authors.yml index 70813f972a..2b1277a735 100644 --- a/docs/_data/authors.yml +++ b/docs/_data/authors.yml @@ -4,8 +4,6 @@ benigeri: name: Paul Benigeri url: https://github.com/benigeri -billandjing: - name: Bill Fisher and Jing Chen chenglou: name: Cheng Lou url: https://twitter.com/_chenglou @@ -21,8 +19,12 @@ jaredly: jgebhardt: name: Jonas Gebhardt url: https://twitter.com/jonasgebhardt -jimandsebastian: - name: Jim Sproch and Sebastian Markbåge +jimfb: + name: Jim Sproch + url: http://www.jimsproch.com +jingc: + name: Jing Chen + url: https://twitter.com/jingc josephsavona: name: Joseph Savona url: https://twitter.com/en_JS diff --git a/docs/_includes/blog_post.html b/docs/_includes/blog_post.html index a6978d12f5..894299c8f7 100644 --- a/docs/_includes/blog_post.html +++ b/docs/_includes/blog_post.html @@ -11,11 +11,14 @@
{{ page.title }} on {{ page.date | date: "%B %e, %Y" }} by {{ page.author.name }}
+{{ page.title }} on {{ page.date | date: "%B %e, %Y" }} by + {% for author in page.authors %} + {% if author.url %} + {{ author.name }} + {% else %} + {{ author.name }} + {% endif %} + {% if forloop.last == false %} and {% endif %} + {% endfor %} +
{% endfor %}