From cf211a96548ca5b24d3d46a4e2f583f7a98c4108 Mon Sep 17 00:00:00 2001 From: XhmikosR <xhmikosr@gmail.com> Date: Sat, 16 May 2015 14:08:04 +0300 Subject: [PATCH] about.html: Add the size of the gravatar image we currently use. --- docs/about.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/about.html b/docs/about.html index 9eaa32b98a..766446ca12 100644 --- a/docs/about.html +++ b/docs/about.html @@ -30,7 +30,7 @@ lead: "Learn about the project's history, meet the maintaining teams, and find o <div class="list-group-item"> <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user={{ member.user }}&type=follow"></iframe> <a class="team-member" href="https://github.com/{{ member.user }}"> - <img src="http://www.gravatar.com/avatar/{{ member.gravatar }}" alt="@{{ member.user }}" width="32" height="32"> + <img src="http://www.gravatar.com/avatar/{{ member.gravatar }}.jpg?s=32" alt="@{{ member.user }} avatar" width="32" height="32"> <strong>{{ member.name }}</strong> <small>@{{ member.user }}</small> </a> </div> @@ -44,7 +44,7 @@ lead: "Learn about the project's history, meet the maintaining teams, and find o <div class="list-group-item"> <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user={{ member.user }}&type=follow"></iframe> <a class="team-member" href="https://github.com/{{ member.user }}"> - <img src="http://www.gravatar.com/avatar/{{ member.gravatar }}" alt="@{{ member.user }}"> + <img src="http://www.gravatar.com/avatar/{{ member.gravatar }}.jpg?s=32" alt="@{{ member.user }} avatar" width="32" height="32"> <strong>{{ member.name }}</strong> <small>@{{ member.user }}</small> </a> </div> -- GitLab