Skip to content

Commit bba1b73

Browse files
committed
Improve the contributor-details template to make the contributors avatar clickable
1 parent 04ccc8f commit bba1b73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<img src="{{contributor.avatar_url}}" alt="{{contributor.login}}" height="32" width="32"/>
1+
<a href="{{contributor.html_url}}"><img src="{{contributor.avatar_url}}" alt="{{contributor.login}}" height="32" width="32"/></a>

0 commit comments

Comments
 (0)