From 42c73dcca0c74895fd89353f3312692d8202a59f Mon Sep 17 00:00:00 2001 From: Saivann Date: Tue, 27 May 2014 12:09:08 -0400 Subject: [PATCH] Fix broken default contributors image url --- _templates/development.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_templates/development.html b/_templates/development.html index 0d5c92f1..5919f828 100755 --- a/_templates/development.html +++ b/_templates/development.html @@ -76,7 +76,7 @@ id: development

{% translate contributorsorder %}

{% for c in site.contributors %} - {% if c.gravatar_id %}icon{% else %}icon{% endif %} + {% if c.gravatar_id %}icon{% else %}icon{% endif %} {% if c.login %}{{ c.name }} ({{ c.contributions }}){% else %}{{ c.name }} ({{ c.contributions }}){% endif %} {% endfor %}