Skip to content

Commit e62ee76

Browse files
committed
Fix broken avatars in footer.
1 parent 46c3993 commit e62ee76

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Diff for: img/anselm.jpg

3.04 KB
Loading

Diff for: img/drublic.jpg

2.7 KB
Loading

Diff for: index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ <h2>License</h2>
220220
<li>
221221
<a href="https://twitter.com/drublic"
222222
title="Follow @drublic on Twitter">
223-
<img src="https://twitter.com/api/users/profile_image/drublic?size=bigger">
223+
<img src="img/drublic.jpg">
224224
</a>
225225
<a href="http://drublic.de/">Hans Christian Reinl</a>
226226

@@ -231,7 +231,7 @@ <h2>License</h2>
231231
<li>
232232
<a href="https://twitter.com/helloanselm"
233233
title="Follow @helloanselm on Twitter">
234-
<img src="https://twitter.com/api/users/profile_image/helloanselm?size=bigger">
234+
<img src="img/anselm.jpg">
235235
</a>
236236
<a href="http://helloanselm.com/">Anselm Hannemann</a>
237237

0 commit comments

Comments
 (0)