diff --git a/docs/_data/authors.yml b/docs/_data/authors.yml index e24567d685..113e146409 100644 --- a/docs/_data/authors.yml +++ b/docs/_data/authors.yml @@ -1,8 +1,6 @@ # Map of short name to more information. `name` will be used but if you don't # want to use your real name, just use whatever. If url is included, your name # will be a link to the provided url. -billandjing: - name: Bill Fisher and Jing Chen chenglou: name: Cheng Lou url: https://twitter.com/_chenglou @@ -18,8 +16,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 %}