From f6116546f86b1b9230898f919529c614b0783c5d Mon Sep 17 00:00:00 2001 From: graingert Date: Wed, 30 Nov 2011 02:19:35 +0000 Subject: [PATCH] Added links to contributors that have them --- about.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/about.html b/about.html index b6e393ed..507e9824 100644 --- a/about.html +++ b/about.html @@ -71,7 +71,15 @@ layout: simple {% for c in site.project.contributors %} - + {% cycle nil, nil, nil, nil, '' %} {% endfor %}
{{ c.name }} ({{ c.contributions }}) + {% if c.login %} + + {{ c.name }} ({{ c.contributions }}) + + {% else %} + {{ c.name }} ({{ c.contributions }}) + {% endif %} +