diff --git a/docs/blog/all.html b/docs/blog/all.html index 4a85f4b350..0bb1a1b652 100644 --- a/docs/blog/all.html +++ b/docs/blog/all.html @@ -11,11 +11,7 @@ id: all-posts {% for page in site.posts %}

{{ page.title }} on {{ page.date | date: "%B %e, %Y" }} by {% for author in page.authors %} - {% if author.url %} - {{ author.name }} - {% else %} - {{ author.name }} - {% endif %} + {{ author.name }} {% if forloop.last == false %} and {% endif %} {% endfor %}