From 348a37cc998d7175e686f0f85ccc13312be48366 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Thu, 15 Oct 2015 12:18:15 -0700 Subject: [PATCH] [docs] Don't make authors links on all posts page (cherry picked from commit e12ee95e09dff09a6b205d84c4efde91cc5e6213) --- docs/blog/all.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 %}